Class: Inforouter::Rights

Inherits:
Object
  • Object
show all
Defined in:
lib/inforouter/rights.rb

Constant Summary collapse

NO_ACCESS =

No Access

0
LIST =

List

1
READ =

Read

2
ADD =

Add

3
ADD_AND_READ =

Add and Read

4
CHANGE =

Change

5
FULL_CONTROL =

Full Control

6