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
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def blank @blank end |
#checked ⇒ Object
Returns the value of attribute checked
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def checked @checked end |
#granted_keys ⇒ Object
Returns the value of attribute granted_keys
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def granted_keys @granted_keys end |
#group ⇒ Object
Returns the value of attribute group
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def group @group end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def name @name end |
#partial ⇒ Object
Returns the value of attribute partial
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def partial @partial end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/current_scope/permission_grid.rb', line 14 def value @value end |