Class: Ability::LabManager
- Inherits:
-
Object
- Object
- Ability::LabManager
- Includes:
- Shared::LabUser, CanCan::Ability
- Defined in:
- app/models/ability/lab_manager.rb
Overview
Privileges granted to users with the lab_manager role
Instance Attribute Summary collapse
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user) ⇒ LabManager
constructor
A new instance of LabManager.
Constructor Details
#initialize(user) ⇒ LabManager
Returns a new instance of LabManager.
11 12 13 14 |
# File 'app/models/ability/lab_manager.rb', line 11 def initialize(user) @user = user grant_privileges end |
Instance Attribute Details
#user ⇒ Object (readonly)
Returns the value of attribute user.
9 10 11 |
# File 'app/models/ability/lab_manager.rb', line 9 def user @user end |