Module: Schematic::Types::TimeSeriesGranularity
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/time_series_granularity.rb
Constant Summary collapse
- DAILY =
"daily"- HOURLY =
"hourly"- MONTHLY =
"monthly"- WEEKLY =
"weekly"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values