Class: Rosemary::Permissions
- Inherits:
-
Object
- Object
- Rosemary::Permissions
- Includes:
- Enumerable
- Defined in:
- lib/rosemary/permissions.rb
Overview
The permissions granted to the API user.
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize ⇒ Permissions
constructor
A new instance of Permissions.
Constructor Details
#initialize ⇒ Permissions
Returns a new instance of Permissions.
7 8 9 |
# File 'lib/rosemary/permissions.rb', line 7 def initialize @raw = [] end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
5 6 7 |
# File 'lib/rosemary/permissions.rb', line 5 def raw @raw end |