Class: YouPlot::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/youplot/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headers ⇒ Object

Returns the value of attribute headers

Returns:

  • (Object) —

    the current value of headers



12
13
14
# File 'lib/youplot/command.rb', line 12

def headers
  @headers
end

#series ⇒ Object

Returns the value of attribute series

Returns:

  • (Object) —

    the current value of series



12
13
14
# File 'lib/youplot/command.rb', line 12

def series
  @series
end