Class: Admin::Base::Resource::StatDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::StatDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#calculator ⇒ Object
Returns the value of attribute calculator.
-
#color ⇒ Object
Returns the value of attribute color.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#calculator ⇒ Object
Returns the value of attribute calculator
366 367 368 |
# File 'lib/admin/base/resource.rb', line 366 def calculator @calculator end |
#color ⇒ Object
Returns the value of attribute color
366 367 368 |
# File 'lib/admin/base/resource.rb', line 366 def color @color end |
#name ⇒ Object
Returns the value of attribute name
366 367 368 |
# File 'lib/admin/base/resource.rb', line 366 def name @name end |