Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::ResponseTextクラス

class Net::IMAP::ResponseText

クラスの継承リスト: Net::IMAP::ResponseText < Struct < Enumerable < Object < Kernel < BasicObject

Abstract

Net::IMAP::ResponseText represents texts of responses. The text may be prefixed by the response code.

resp_text       ::= ["[" resp_text_code "]" SPACE] (text_mime2 / text)
                    ;; text SHOULD NOT begin with "[" or "="

インスタンスメソッド

code

Returns the response code. See Net::IMAP::ResponseCode.

text

Returns the text.

Methods

Classes