Class: FlexChart::Series

Inherits:
Object
  • Object
show all
Defined in:
lib/flex_chart.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



48
49
50
# File 'lib/flex_chart.rb', line 48

def color
  @color
end

#titleObject

Returns the value of attribute title.



48
49
50
# File 'lib/flex_chart.rb', line 48

def title
  @title
end

#valuesObject

Returns the value of attribute values.



48
49
50
# File 'lib/flex_chart.rb', line 48

def values
  @values
end