Class: Dicts::Motor

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

Constant Summary collapse

POWERED =
new 1, 'powered'
NON_POWERED =
new 2, 'non_powered'

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