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
16 17 18 |
# File 'lib/daytona/common/charts.rb', line 16 def label @label end |
#points ⇒ Object
Returns the value of attribute points
16 17 18 |
# File 'lib/daytona/common/charts.rb', line 16 def points @points end |