Class: Dicts::EventType
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
Method Summary
Methods inherited from Dict
all, find, find_by_index, #initialize, where
Constructor Details
This class inherits a constructor from Dict