Module: Schematic::Types::MetricPeriod
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/metric_period.rb
Constant Summary collapse
- ALL_TIME =
"all_time"- CURRENT_DAY =
"current_day"- CURRENT_MONTH =
"current_month"- CURRENT_WEEK =
"current_week"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values