Class: Gecko::Widget::Pie::Item
- Inherits:
-
Struct
- Object
- Struct
- Gecko::Widget::Pie::Item
- Defined in:
- lib/gecko/graph/pie.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
6 7 8 |
# File 'lib/gecko/graph/pie.rb', line 6 def color @color end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/gecko/graph/pie.rb', line 6 def label @label end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/gecko/graph/pie.rb', line 6 def value @value end |