Class: FlexChart::Series
- Inherits:
-
Object
- Object
- FlexChart::Series
- Defined in:
- lib/flex_chart.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#title ⇒ Object
Returns the value of attribute title.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
48 49 50 |
# File 'lib/flex_chart.rb', line 48 def color @color end |
#title ⇒ Object
Returns the value of attribute title.
48 49 50 |
# File 'lib/flex_chart.rb', line 48 def title @title end |
#values ⇒ Object
Returns the value of attribute values.
48 49 50 |
# File 'lib/flex_chart.rb', line 48 def values @values end |