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