Class: Daytona::PointData

Inherits:
Struct
  • Object
show all
Defined in:
lib/daytona/common/charts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



16
17
18
# File 'lib/daytona/common/charts.rb', line 16

def label
  @label
end

#pointsObject

Returns the value of attribute points

Returns:

  • (Object)

    the current value of points



16
17
18
# File 'lib/daytona/common/charts.rb', line 16

def points
  @points
end