Class: Net::IMAP::StatusData
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::StatusData
- Defined in:
- lib/net/imap/response_data.rb
Overview
StatusData represents the contents of an untagged STATUS response.
IMAP#status returns the contents of #attr.
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#mailbox ⇒ Object
Returns the value of attribute mailbox.
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr
517 518 519 |
# File 'lib/net/imap/response_data.rb', line 517 def attr @attr end |
#mailbox ⇒ Object
Returns the value of attribute mailbox
517 518 519 |
# File 'lib/net/imap/response_data.rb', line 517 def mailbox @mailbox end |