Class: TMail::Attachment

Inherits:
StringIO
  • Object
show all
Defined in:
lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

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_filenameObject

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