Module: MIME::Headers::MIME

Included in:
MediaType, Message
Defined in:
lib/mime/headers/mime.rb

Overview

The RFC 2045 MIME message header fields.

Instance Attribute Summary collapse

Instance Attribute Details

#content_descriptionObject

Returns the value of attribute content_description.



9
10
11
# File 'lib/mime/headers/mime.rb', line 9

def content_description
  @content_description
end

#content_dispositionObject

Returns the value of attribute content_disposition.



9
10
11
# File 'lib/mime/headers/mime.rb', line 9

def content_disposition
  @content_disposition
end

#content_idObject

Returns the value of attribute content_id.



9
10
11
# File 'lib/mime/headers/mime.rb', line 9

def content_id
  @content_id
end

#content_transfer_encodingObject

Returns the value of attribute content_transfer_encoding.



9
10
11
# File 'lib/mime/headers/mime.rb', line 9

def content_transfer_encoding
  @content_transfer_encoding
end

#content_typeObject

Returns the value of attribute content_type.



9
10
11
# File 'lib/mime/headers/mime.rb', line 9

def content_type
  @content_type
end

#mime_versionObject

Returns the value of attribute mime_version.



9
10
11
# File 'lib/mime/headers/mime.rb', line 9

def mime_version
  @mime_version
end