Class: Dicts::CharterUom
Constant Summary collapse
- HOUR =
new(1, 'hour')
- DAY =
new(2, 'day')
- WEEK =
new(3, 'week')
- MONTH =
new(4, 'month')
- ALL =
[ HOUR, DAY, WEEK, MONTH ]
Instance Attribute Summary
Attributes inherited from Dict
Method Summary
Methods inherited from Dict
all, find, find_by_index, #initialize, where
Constructor Details
This class inherits a constructor from Dict