Class: Daytona::BarData
- Inherits:
-
Struct
- Object
- Struct
- Daytona::BarData
- Defined in:
- lib/daytona/common/charts.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
17 18 19 |
# File 'lib/daytona/common/charts.rb', line 17 def group @group end |
#label ⇒ Object
Returns the value of attribute label
17 18 19 |
# File 'lib/daytona/common/charts.rb', line 17 def label @label end |
#value ⇒ Object
Returns the value of attribute value
17 18 19 |
# File 'lib/daytona/common/charts.rb', line 17 def value @value end |