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



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def blank
  @blank
end

#checkedObject

Returns the value of attribute checked

Returns:

  • (Object)

    the current value of checked



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def checked
  @checked
end

#granted_keysObject

Returns the value of attribute granted_keys

Returns:

  • (Object)

    the current value of granted_keys



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def granted_keys
  @granted_keys
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def group
  @group
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def name
  @name
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def partial
  @partial
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/current_scope/permission_grid.rb', line 14

def value
  @value
end