Class: YouPlot::Data
- Inherits:
-
Struct
- Object
- Struct
- YouPlot::Data
- Defined in:
- lib/youplot/command.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#series ⇒ Object
Returns the value of attribute series.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
10 11 12 |
# File 'lib/youplot/command.rb', line 10 def headers @headers end |
#series ⇒ Object
Returns the value of attribute series
10 11 12 |
# File 'lib/youplot/command.rb', line 10 def series @series end |