Class: CurrentScope::PermissionGrid::Cell

Inherits:
Struct
  • Object
show all
Defined in:
lib/current_scope/permission_grid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blankObject

Returns the value of attribute blank

Returns:

  • (Object)

    the current value of blank



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def blank
  @blank
end

#checkedObject

Returns the value of attribute checked

Returns:

  • (Object)

    the current value of checked



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def checked
  @checked
end

#granted_keysObject

Returns the value of attribute granted_keys

Returns:

  • (Object)

    the current value of granted_keys



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def granted_keys
  @granted_keys
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def group
  @group
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def name
  @name
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def partial
  @partial
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



18
19
20
# File 'lib/current_scope/permission_grid.rb', line 18

def value
  @value
end