Class: Dicts::FuelType

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

Constant Summary collapse

DIESEL =
new 1, 'diesel'
PETROL =
new 2, 'petrol'
ELECTRIC =
new 3, 'electric'
HYBRYD =
new 4, 'hybryd'
OTHER =
new 5, 'other'

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