Class: Dicts::Length

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

Constant Summary collapse

METRE =
new(1, 'meters')
FOOT =
new(1, 'ft')

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