123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::UnparsedNumericResponseData

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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.

UnparsedNumericResponseData represents data for unhandled response types with a numeric prefix. See the documentation for #number.

See also: UnparsedData, ExtensionData, IgnoredResponse

Instance Attribute Summary

  • #number rw

    Note: This represents an intentionally unstable API.

  • #unparsed_data rw

    Note: This represents an intentionally unstable API.

Instance Attribute Details

#number (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.

UnparsedNumericResponseData represents data for unhandled response types with a numeric prefix. See the documentation for #number.

See also: UnparsedData, ExtensionData, IgnoredResponse

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 93

class UnparsedNumericResponseData < Struct.new(:number, :unparsed_data)

#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.

UnparsedNumericResponseData represents data for unhandled response types with a numeric prefix. See the documentation for #number.

See also: UnparsedData, ExtensionData, IgnoredResponse

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 93

class UnparsedNumericResponseData < Struct.new(:number, :unparsed_data)