Class: Net::IMAP::MailboxACLItem
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::MailboxACLItem
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::MailboxACLItem represents the response from GETACL.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
ACL
- described in [ACL]
Instance Attribute Summary collapse
-
#mailbox ⇒ Object
Returns the value of attribute mailbox.
-
#rights ⇒ Object
Returns the value of attribute rights.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#mailbox ⇒ Object
Returns the value of attribute mailbox
470 471 472 |
# File 'lib/net/imap/response_data.rb', line 470 def mailbox @mailbox end |
#rights ⇒ Object
Returns the value of attribute rights
470 471 472 |
# File 'lib/net/imap/response_data.rb', line 470 def rights @rights end |
#user ⇒ Object
Returns the value of attribute user
470 471 472 |
# File 'lib/net/imap/response_data.rb', line 470 def user @user end |