Class: Dicts::CharterUom

Inherits:
Dict
  • Object
show all
Defined in:
app/dicts/charter_uom.rb

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

#id, #index

Method Summary

Methods inherited from Dict

all, find, find_by_index, #initialize, where

Constructor Details

This class inherits a constructor from Dict