Class: Net::IMAP::UnparsedData
| 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.
UnparsedData represents data for unknown response types or unknown extensions to response types without a well-defined extension grammar.
See also: UnparsedNumericResponseData, ExtensionData, IgnoredResponse
Instance Attribute Summary
-
#unparsed_data
rw
Note: This represents an intentionally unstable API.
Instance Attribute Details
#unparsed_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.
UnparsedData represents data for unknown response types or unknown extensions to response types without a well-defined extension grammar.
See also: UnparsedNumericResponseData, ExtensionData, IgnoredResponse
# File 'lib/net/imap/response_data.rb', line 80
class UnparsedData < Struct.new(:unparsed_data)