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
354 355 356 |
# File 'lib/admin/base/resource.rb', line 354 def calculator @calculator end |
#color ⇒ Object
Returns the value of attribute color
354 355 356 |
# File 'lib/admin/base/resource.rb', line 354 def color @color end |
#name ⇒ Object
Returns the value of attribute name
354 355 356 |
# File 'lib/admin/base/resource.rb', line 354 def name @name end |