Class: Dicts::BoatType
Constant Summary collapse
- BOAT_30FT =
new(4, 'boat_30ft')
- PARTY_BOAT =
new(7, 'party_boat')
- YACHT =
new(8, 'yacht')
- FISHING_BOAT =
new(10, 'fishing_boat')
- SAILING =
new(11, 'sailing')
- CATAMARAN =
new(12, 'catamaran')
- MEGA_YACHT =
new(13, 'mega_yacht')
- EXPLORER =
new(17, 'explorer')
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