Class: TMail::Attachment
- Defined in:
- lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#original_filename ⇒ Object
Returns the value of attribute original_filename.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
11 12 13 |
# File 'lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb', line 11 def content_type @content_type end |
#original_filename ⇒ Object
Returns the value of attribute original_filename.
11 12 13 |
# File 'lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb', line 11 def original_filename @original_filename end |