Class: Net::IMAP::TaggedResponse
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | lib/net/imap/response_data.rb |
Overview
TaggedResponse represents tagged responses.
The server completion result response indicates the success or failure of the operation. It is tagged with the same tag as the client command which began the operation.
Instance Attribute Summary
-
#data ⇒ ResponseText
rw
Returns a
ResponseTextobject. -
#name ⇒ String
rw
Returns the name, one of "OK", "NO", or "BAD".
-
#raw_data ⇒ String
rw
The raw response data.
-
#tag ⇒ String
rw
Returns the command tag.
Instance Attribute Details
#data ⇒ ResponseText (rw)
Returns a ResponseText object
#name ⇒ String (rw)
Returns the name, one of "OK", "NO", or "BAD".
#raw_data ⇒ String (rw)
The raw response data.
#tag ⇒ String (rw)
Returns the command tag