Class: Net::IMAP::ExtensionData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



120
121
122
# File 'lib/net/imap/response_data.rb', line 120

def data
  @data
end