Class: Dicts::HullMaterial
Constant Summary collapse
- ALUMINIUM =
new 1, 'aluminium'
- STEEL =
new 2, 'steel'
- FIBERGLASS =
new 3, 'fiberglass'
- WOOD =
new 4, 'wood'
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