Class: CurrentScope::PermissionGrid::Cell
- Inherits:
-
Struct
- Object
- Struct
- CurrentScope::PermissionGrid::Cell
- Defined in:
- lib/current_scope/permission_grid.rb
Instance Attribute Summary collapse
-
#blank ⇒ Object
Returns the value of attribute blank.
-
#checked ⇒ Object
Returns the value of attribute checked.
-
#granted_keys ⇒ Object
Returns the value of attribute granted_keys.
-
#group ⇒ Object
Returns the value of attribute group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#blank ⇒ Object
Returns the value of attribute blank
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def blank @blank end |
#checked ⇒ Object
Returns the value of attribute checked
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def checked @checked end |
#granted_keys ⇒ Object
Returns the value of attribute granted_keys
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def granted_keys @granted_keys end |
#group ⇒ Object
Returns the value of attribute group
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def group @group end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def name @name end |
#partial ⇒ Object
Returns the value of attribute partial
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def partial @partial end |
#value ⇒ Object
Returns the value of attribute value
18 19 20 |
# File 'lib/current_scope/permission_grid.rb', line 18 def value @value end |