Class: Net::IMAP::UnparsedNumericResponseData
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::UnparsedNumericResponseData
- Defined in:
- lib/net/imap/response_data.rb
Overview
Note: This represents an intentionally unstable API. Where instances of this class are returned, future releases may return a different (incompatible) object without deprecation or warning.
Net::IMAP::UnparsedNumericResponseData represents data for unhandled response types with a numeric prefix. See the documentation for #number.
See also: UnparsedData, ExtensionData, IgnoredResponse
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#unparsed_data ⇒ Object
Returns the value of attribute unparsed_data.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
93 94 95 |
# File 'lib/net/imap/response_data.rb', line 93 def number @number end |
#unparsed_data ⇒ Object
Returns the value of attribute unparsed_data
93 94 95 |
# File 'lib/net/imap/response_data.rb', line 93 def unparsed_data @unparsed_data end |