Class: Net::IMAP::MailboxACLItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#mailboxObject

Returns the value of attribute mailbox

Returns:

  • (Object)

    the current value of mailbox



470
471
472
# File 'lib/net/imap/response_data.rb', line 470

def mailbox
  @mailbox
end

#rightsObject

Returns the value of attribute rights

Returns:

  • (Object)

    the current value of rights



470
471
472
# File 'lib/net/imap/response_data.rb', line 470

def rights
  @rights
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



470
471
472
# File 'lib/net/imap/response_data.rb', line 470

def user
  @user
end