Class: Admin::Base::Resource::StatDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/admin/base/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calculatorObject

Returns the value of attribute calculator

Returns:

  • (Object)

    the current value of calculator



406
407
408
# File 'lib/admin/base/resource.rb', line 406

def calculator
  @calculator
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



406
407
408
# File 'lib/admin/base/resource.rb', line 406

def color
  @color
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



406
407
408
# File 'lib/admin/base/resource.rb', line 406

def name
  @name
end