Class: Daytona::BarData

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

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



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

def group
  @group
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end