Module: Ovh::Api::Models::EmailExchangeAccountQuotaEnum
- Defined in:
- lib/ovh-api/models/email_exchange_account_quota_enum.rb
Constant Summary collapse
- N50 =
'50'- N300 =
'300'
Class Method Summary collapse
Class Method Details
.all ⇒ Object
14 15 16 17 18 19 |
# File 'lib/ovh-api/models/email_exchange_account_quota_enum.rb', line 14 def self.all @all ||= [ N50, N300, ].freeze end |
.valid?(value) ⇒ Boolean
21 22 23 |
# File 'lib/ovh-api/models/email_exchange_account_quota_enum.rb', line 21 def self.valid?(value) all.include?(value) end |