Class: Dicts::HullMaterial

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

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

#id, #index

Method Summary

Methods inherited from Dict

all, find, find_by_index, #initialize, where

Constructor Details

This class inherits a constructor from Dict