Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::BodyTypeBasicクラス
class Net::IMAP::BodyTypeBasic
クラスの継承リスト: Net::IMAP::BodyTypeBasic < Struct < Enumerable < Object < Kernel < BasicObject
Abstract
Net::IMAP::BodyTypeBasic represents basic body structures of messages.
インスタンスメソッド
content_id
-
Returns a string giving the content id as defined in [MIME-IMB].
description
-
Returns a string giving the content description as defined in [MIME-IMB].
disposition
-
Returns a Net::IMAP::ContentDisposition object giving the content disposition.
encoding
-
Returns a string giving the content transfer encoding as defined in [MIME-IMB].
extension
-
Returns extension data.
language
-
Returns a string or an array of strings giving the body language value as defined in [LANGUAGE-TAGS].
md5
-
Returns a string giving the body MD5 value as defined in [MD5].
media_subtype
-
media_subtype is obsolete. Use #subtype instead.
media_type
-
Returns the content media type name as defined in [MIME-IMB].
multipart?
-
Returns false.
param
-
Returns a hash that represents parameters as defined in [MIME-IMB].
size
-
Returns a number giving the size of the body in octets.
subtype
-
Returns the content subtype name as defined in [MIME-IMB].