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