Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::ResponseCodeクラス
class Net::IMAP::ResponseCode
クラスの継承リスト: Net::IMAP::ResponseCode < Struct < Enumerable < Object < Kernel < BasicObject
Abstract
Net::IMAP::ResponseCode represents response codes.
resp_text_code ::= "ALERT" / "PARSE" /
"PERMANENTFLAGS" SPACE "(" #(flag / "\*") ")" /
"READ-ONLY" / "READ-WRITE" / "TRYCREATE" /
"UIDVALIDITY" SPACE nz_number /
"UNSEEN" SPACE nz_number /
atom [SPACE 1*<any TEXT_CHAR except "]">]
インスタンスメソッド
data-
Returns the data if it exists.
name-
Returns the name such as "ALERT", "PERMANENTFLAGS", "UIDVALIDITY"....