Sha256: b7cd8f3360b6d0e790d930a049c1496be87fc55e0a34a4892b502f565445fa11

Contents?: true

Size: 255 Bytes

Versions: 6

Compression:

Stored size: 255 Bytes

Contents

module Inforouter
  class Rights
    # 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
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inforouter-0.3.0 lib/inforouter/rights.rb
inforouter-0.2.9 lib/inforouter/rights.rb
inforouter-0.2.8 lib/inforouter/rights.rb
inforouter-0.2.7 lib/inforouter/rights.rb
inforouter-0.2.6 lib/inforouter/rights.rb
inforouter-0.2.0 lib/inforouter/rights.rb