Class Redwood::Chunk::Attachment
In: lib/sup/message-chunks.rb
Parent: Object

Methods

Attributes

content_type  [R]  raw_content is the post-MIME-decode content. this is used for saving the attachment to disk.
filename  [R]  raw_content is the post-MIME-decode content. this is used for saving the attachment to disk.
lines  [R]  raw_content is the post-MIME-decode content. this is used for saving the attachment to disk.
raw_content  [R]  raw_content is the post-MIME-decode content. this is used for saving the attachment to disk.

Public Class methods

Public Instance methods

an attachment is exapndable if we‘ve managed to decode it into something we can display inline. otherwise, it‘s viewable.

used when viewing the attachment as text

[Validate]