Class: Net::IMAP::BodyTypeExtension
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::BodyTypeExtension
- Defined in:
- lib/net/imap/response_data.rb
Instance Attribute Summary collapse
-
#content_id ⇒ Object
Returns the value of attribute content_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#encoding ⇒ Object
Returns the value of attribute encoding.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
-
#params ⇒ Object
Returns the value of attribute params.
-
#size ⇒ Object
Returns the value of attribute size.
-
#subtype ⇒ Object
Returns the value of attribute subtype.
Instance Method Summary collapse
Instance Attribute Details
#content_id ⇒ Object
Returns the value of attribute content_id
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def content_id @content_id end |
#description ⇒ Object
Returns the value of attribute description
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def description @description end |
#encoding ⇒ Object
Returns the value of attribute encoding
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def encoding @encoding end |
#media_type ⇒ Object
Returns the value of attribute media_type
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def media_type @media_type end |
#params ⇒ Object
Returns the value of attribute params
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def params @params end |
#size ⇒ Object
Returns the value of attribute size
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def size @size end |
#subtype ⇒ Object
Returns the value of attribute subtype
518 519 520 |
# File 'lib/net/imap/response_data.rb', line 518 def subtype @subtype end |
Instance Method Details
#multipart? ⇒ Boolean
521 522 523 |
# File 'lib/net/imap/response_data.rb', line 521 def multipart? return false end |