Class: Dicts::EventType

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

Constant Summary collapse

MANAGER_LEASE_BID_MAKE =
new 1, 'manager_lease_bid_make'
AGENT_LEASE_BID_MAKE =
new 2, 'agent_lease_bid_make'
REJECT =
new 3, 'reject'

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