Class: Net::IMAP::BodyTypeAttachment
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::BodyTypeAttachment
- Defined in:
- lib/net/imap.rb
Overview
Net::IMAP::BodyTypeAttachment represents attachment body structures of messages.
Fields:
- media_type
-
Returns the content media type name.
- subtype
-
Returns
nil
. - param
-
Returns a hash that represents parameters.
- multipart?
-
Returns false.
Instance Method Summary collapse
Instance Method Details
#multipart? ⇒ Boolean
2315 2316 2317 |
# File 'lib/net/imap.rb', line 2315 def multipart? return false end |