Class: Net::IMAP::UntaggedResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/net/imap/response_data.rb

Overview

Net::IMAP::UntaggedResponse represents untagged responses.

Data transmitted by the server to the client and status responses that do not indicate command completion are prefixed with the token "*", and are called untagged responses.

Direct Known Subclasses

IgnoredResponse

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data



40
41
42
# File 'lib/net/imap/response_data.rb', line 40

def data
  @data
end

#nameObject

Returns the value of attribute name



40
41
42
# File 'lib/net/imap/response_data.rb', line 40

def name
  @name
end

#raw_dataObject

Returns the value of attribute raw_data



40
41
42
# File 'lib/net/imap/response_data.rb', line 40

def raw_data
  @raw_data
end