要約
Net::IMAP#getquota や Net::IMAP#getquotaroot で得られる quota の情報を表すオブジェクトです。
詳しくは [RFC2087] を参照してください。
目次
継承しているメソッド
- Structから継承している特異メソッド
- Structから継承しているメソッド
- Enumerableから継承しているメソッド
-
- all?
- any?
- chunk
- collect
- collect_concat
- count
- cycle
- detect
- drop
- drop_while
- each_cons
- each_entry
- each_slice
- each_with_index
- each_with_object
- entries
- find
- find_all
- find_index
- first
- flat_map
- grep
- group_by
- include?
- inject
- lazy
- map
- max
- max_by
- member?
- min
- min_by
- minmax
- minmax_by
- none?
- one?
- partition
- reduce
- reject
- reverse_each
- slice_after
- slice_before
- slice_when
- sort
- sort_by
- take
- take_while
- zip
インスタンスメソッド
mailbox -> String[permalink][rdoc]-
quota が設定されているメールボックスの名前を返します。
quota -> Integer[permalink][rdoc]-
メールボックスに指定されている上限値を返します。
usage -> Integer[permalink][rdoc]-
現在のメールボックス内の使用量を返します。