Class: Net::IMAP::MailboxList
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::MailboxList
- Defined in:
- lib/net/imap/response_data.rb
Overview
MailboxList represents the data of an untagged LIST response, for a single mailbox path. IMAP#list returns an array of MailboxList objects.
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#delim ⇒ Object
Returns the value of attribute delim.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr
351 352 353 |
# File 'lib/net/imap/response_data.rb', line 351 def attr @attr end |
#delim ⇒ Object
Returns the value of attribute delim
351 352 353 |
# File 'lib/net/imap/response_data.rb', line 351 def delim @delim end |
#name ⇒ Object
Returns the value of attribute name
351 352 353 |
# File 'lib/net/imap/response_data.rb', line 351 def name @name end |