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
21 22 23 |
# File 'lib/daytona/common/charts.rb', line 21 def angle @angle end |
#label ⇒ Object
Returns the value of attribute label
21 22 23 |
# File 'lib/daytona/common/charts.rb', line 21 def label @label end |
#radius ⇒ Object
Returns the value of attribute radius
21 22 23 |
# File 'lib/daytona/common/charts.rb', line 21 def radius @radius end |