Class: Net::IMAP::UntaggedResponse
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::UntaggedResponse
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::UntaggedResponse represents untagged responses.
Data transmitted by the server to the client and status responses that do not indicate command completion are prefixed with the token "*"
, and are called untagged responses.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw_data ⇒ Object
Returns the value of attribute raw_data.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
35 36 37 |
# File 'lib/net/imap/response_data.rb', line 35 def data @data end |
#name ⇒ Object
Returns the value of attribute name
35 36 37 |
# File 'lib/net/imap/response_data.rb', line 35 def name @name end |
#raw_data ⇒ Object
Returns the value of attribute raw_data
35 36 37 |
# File 'lib/net/imap/response_data.rb', line 35 def raw_data @raw_data end |