Class: Net::IMAP::MailboxQuotaRoot
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/net/imap/response_data.rb |
Overview
MailboxQuotaRoot
represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return MailboxQuota
.)
#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.
Instance Attribute Summary
-
#mailbox
rw
MailboxQuotaRoot
represents part of the GETQUOTAROOT response. -
#quotaroots
rw
MailboxQuotaRoot
represents part of the GETQUOTAROOT response.
Instance Attribute Details
#mailbox (rw)
MailboxQuotaRoot
represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return MailboxQuota
.)
Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.
# File 'lib/net/imap/response_data.rb', line 450
class MailboxQuotaRoot < Struct.new(:mailbox, :quotaroots)
#quotaroots (rw)
MailboxQuotaRoot
represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return MailboxQuota
.)
Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.