Class: InboxBeam::Result
- Inherits:
-
Struct
- Object
- Struct
- InboxBeam::Result
- Defined in:
- lib/inbox_beam/client.rb
Instance Attribute Summary collapse
-
#mailbox ⇒ Object
Returns the value of attribute mailbox.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#uid_validity ⇒ Object
Returns the value of attribute uid_validity.
Instance Attribute Details
#mailbox ⇒ Object
Returns the value of attribute mailbox
7 8 9 |
# File 'lib/inbox_beam/client.rb', line 7 def mailbox @mailbox end |
#uid ⇒ Object
Returns the value of attribute uid
7 8 9 |
# File 'lib/inbox_beam/client.rb', line 7 def uid @uid end |
#uid_validity ⇒ Object
Returns the value of attribute uid_validity
7 8 9 |
# File 'lib/inbox_beam/client.rb', line 7 def uid_validity @uid_validity end |