Module: Vapi::Types::TimeRangeStep

Extended by:
Internal::Types::Enum
Defined in:
lib/vapi/types/time_range_step.rb

Constant Summary collapse

SECOND =
"second"
MINUTE =
"minute"
HOUR =
"hour"
DAY =
"day"
WEEK =
"week"
MONTH =
"month"
QUARTER =
"quarter"
YEAR =
"year"
DECADE =
"decade"
CENTURY =
"century"
MILLENNIUM =
"millennium"

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