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



424
425
426
# File 'lib/net/imap/response_data.rb', line 424

def mailbox
  @mailbox
end

#rightsObject

Returns the value of attribute rights

Returns:

  • (Object)

    the current value of rights



424
425
426
# File 'lib/net/imap/response_data.rb', line 424

def rights
  @rights
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



424
425
426
# File 'lib/net/imap/response_data.rb', line 424

def user
  @user
end