Class: Net::IMAP::StatusData
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::StatusData
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::StatusData represents the contents of the STATUS response.
Fields:
- mailbox
-
Returns the mailbox name.
- attr
-
Returns a hash. Each key is one of “MESSAGES”, “RECENT”, “UIDNEXT”, “UIDVALIDITY”, “UNSEEN”. Each value is a number.
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
234 235 236 |
# File 'lib/net/imap/response_data.rb', line 234 def attr @attr end |
#mailbox ⇒ Object
Returns the value of attribute mailbox
234 235 236 |
# File 'lib/net/imap/response_data.rb', line 234 def mailbox @mailbox end |