Class: CurrentScope::PermissionGrid::Column
- Inherits:
-
Struct
- Object
- Struct
- CurrentScope::PermissionGrid::Column
- Defined in:
- lib/current_scope/permission_grid.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#group ⇒ Object
Returns the value of attribute group.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
13 14 15 |
# File 'lib/current_scope/permission_grid.rb', line 13 def actions @actions end |
#group ⇒ Object
Returns the value of attribute group
13 14 15 |
# File 'lib/current_scope/permission_grid.rb', line 13 def group @group end |
#label ⇒ Object
Returns the value of attribute label
13 14 15 |
# File 'lib/current_scope/permission_grid.rb', line 13 def label @label end |