Class: Net::IMAP::ExtensionData
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
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.
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
-
#data
rw
Note: This represents an intentionally unstable API.
Instance Attribute Details
#data (rw)
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.
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
# File 'lib/net/imap/response_data.rb', line 120
class ExtensionData < Struct.new(:data)