Class: Net::IMAP::StatusData
| Relationships & Source Files | |
| 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
Instance Attribute Summary
-
#attr ⇒ Hash[String, Integer]
rw
A hash.
-
#mailbox ⇒ String
rw
The mailbox name.
Instance Attribute Details
#attr ⇒ Hash[String, Integer] (rw)
A hash. Each key is one of "MESSAGES", "RECENT", "UIDNEXT", "UIDVALIDITY", "UNSEEN". Each value is a number.
#mailbox ⇒ String (rw)
The mailbox name.