Class: Dicts::CharterSeason

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

Constant Summary collapse

LOW =
new(1, 'low')
HIGH =
new(2, 'high')
ALL =
[ LOW, HIGH ]

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