Class: Net::IMAP::ExtensionData
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::ExtensionData
- 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::ExtensionData represents data that is parsable according to the forward-compatible extension syntax in RFC3501, RFC4466, or RFC9051, but isn’t directly known or understood by Net::IMAP yet.
See also: UnparsedData, UnparsedNumericResponseData, IgnoredResponse
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
120 121 122 |
# File 'lib/net/imap/response_data.rb', line 120 def data @data end |