Class: Net::IMAP::MailboxList
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::MailboxList
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::MailboxList represents contents of the LIST response, representing a single mailbox path.
Net::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
386 387 388 |
# File 'lib/net/imap/response_data.rb', line 386 def attr @attr end |
#delim ⇒ Object
Returns the value of attribute delim
386 387 388 |
# File 'lib/net/imap/response_data.rb', line 386 def delim @delim end |
#name ⇒ Object
Returns the value of attribute name
386 387 388 |
# File 'lib/net/imap/response_data.rb', line 386 def name @name end |