Class: Daytona::PieData

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

Instance Attribute Summary collapse

Instance Attribute Details

#angleObject

Returns the value of attribute angle

Returns:

  • (Object)

    the current value of angle



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

def angle
  @angle
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#radiusObject

Returns the value of attribute radius

Returns:

  • (Object)

    the current value of radius



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

def radius
  @radius
end