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
340 341 342 |
# File 'lib/net/imap/response_data.rb', line 340 def attr @attr end |
#delim ⇒ Object
Returns the value of attribute delim
340 341 342 |
# File 'lib/net/imap/response_data.rb', line 340 def delim @delim end |
#name ⇒ Object
Returns the value of attribute name
340 341 342 |
# File 'lib/net/imap/response_data.rb', line 340 def name @name end |