Class: Dicts::AccountType

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

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

#id, #index

Method Summary

Methods inherited from Dict

all, find, find_by_index, #initialize, where

Constructor Details

This class inherits a constructor from Dict