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



354
355
356
# File 'lib/admin/base/resource.rb', line 354

def calculator
  @calculator
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



354
355
356
# File 'lib/admin/base/resource.rb', line 354

def color
  @color
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



354
355
356
# File 'lib/admin/base/resource.rb', line 354

def name
  @name
end