Module: Pinnacle::Types::MessageVolumeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/pinnacle/types/message_volume_enum.rb

Constant Summary collapse

TEN =
"10"
ONE_HUNDRED =
"100"
ONE_000 =
"1,000"
TEN_000 =
"10,000"
ONE_HUNDRED_000 =
"100,000"
TWO_HUNDRED_FIFTY_000 =
"250,000"
FIVE_HUNDRED_000 =
"500,000"
SEVEN_HUNDRED_FIFTY_000 =
"750,000"
ONE_000000 =
"1,000,000"
FIVE_000000 =
"5,000,000"
TEN_000000 =
"10,000,000+"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load