123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::UntaggedResponse

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
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

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.

Instance Attribute Summary

  • #data rw

    UntaggedResponse represents untagged responses.

  • #name rw

    UntaggedResponse represents untagged responses.

  • #raw_data rw

    UntaggedResponse represents untagged responses.

Instance Attribute Details

#data (rw)

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.

[ GitHub ]

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

class UntaggedResponse < Struct.new(:name, :data, :raw_data)

#name (rw)

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.

[ GitHub ]

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

class UntaggedResponse < Struct.new(:name, :data, :raw_data)

#raw_data (rw)

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.

[ GitHub ]

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

class UntaggedResponse < Struct.new(:name, :data, :raw_data)