Class: Rosemary::Permissions

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/rosemary/permissions.rb

Overview

The permissions granted to the API user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePermissions

Returns a new instance of Permissions.



7
8
9
# File 'lib/rosemary/permissions.rb', line 7

def initialize
  @raw = []
end

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



5
6
7
# File 'lib/rosemary/permissions.rb', line 5

def raw
  @raw
end