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