Class: Dicts::ExteriorColor
Constant Summary collapse
- BLACK =
new 1, 'black'
- WHITE =
new 2, 'white'
- SILVER =
new 3, 'silver'
- GREY =
new 4, 'grey'
- BEIGE =
new 5, 'beige'
- GOLD =
new 6, 'gold'
- METALLIC =
new 7, 'metallic'
- BLUE =
new 8, 'blue'
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