Class: Dicts::Role
Constant Summary collapse
- ADMIN =
new 4, 'admin'
- CAPTAIN =
new 8, 'captain'
- BROKER =
new 10, 'broker'
- OWNER =
new 11, 'owner'
- DATA_CONTROLLER =
new 13, 'data_controller'
- CREW =
new 19, 'crew'
- BUILDER =
new 20, 'builder'
- AGENT =
new 23, 'agent'
- CENTRAL_AGENT =
new 24, 'central_agent'
- PORT =
new 31, 'port'
- LOCATION_DIRECTOR =
new 32, 'location_director'
- SUPER_ADMIN =
new 33, 'super_admin'
- PHOTOGRAPHER =
new 40, 'photographer'
- WATER_WELLNES =
new 41, 'water_wellnes'
- TOUR_OPERATOR =
new 44, 'tour_operator'
- CLIENT =
new 45, 'client'
- DEALER =
new 52, 'dealer'
- REFIT_AND_REPAIR =
new 53, 'refit_and_repair'
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