Class: Net::IMAP::MailboxQuotaRoot

Inherits:
Struct
  • Object
show all
Defined in:
lib/net/imap/response_data.rb

Overview

Net::IMAP::MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return Net::IMAP::MailboxQuota.)

Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot and MailboxQuota objects.

Instance Attribute Summary collapse

Instance Attribute Details

#mailboxObject

Returns the value of attribute mailbox

Returns:

  • (Object)

    the current value of mailbox



341
342
343
# File 'lib/net/imap/response_data.rb', line 341

def mailbox
  @mailbox
end

#quotarootsObject

Returns the value of attribute quotaroots

Returns:

  • (Object)

    the current value of quotaroots



341
342
343
# File 'lib/net/imap/response_data.rb', line 341

def quotaroots
  @quotaroots
end