Class: Dicts::AccountType
Constant Summary collapse
- CLIENT =
new 1, 'client'
- CENTRAL_AGENT =
new 2, 'central_agent'
- ADMIN =
new 3, 'admin'
- MODERATOR =
new 4, 'moderator'
- MANAGER =
new 5, 'manager'
- MANAGER_GUEST =
new 6, 'manager_guest'
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