Module: ThreeScale::Backend::Period::Granularity
- Includes:
- ThreeScale::Backend::Period
- Defined in:
- lib/3scale/backend/period/period.rb
Overview
Marker module with methods applying to granularities
Constant Summary
Constants included from ThreeScale::Backend::Period
ALL, ALL_DESC, HASH, SYMBOLS, SYMBOLS_DESC, Unknown
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
160 161 162 |
# File 'lib/3scale/backend/period/period.rb', line 160 def self.included(base) base.include Methods end |