Class: YouPlot::Data

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

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



10
11
12
# File 'lib/youplot/command.rb', line 10

def headers
  @headers
end

#seriesObject

Returns the value of attribute series

Returns:

  • (Object)

    the current value of series



10
11
12
# File 'lib/youplot/command.rb', line 10

def series
  @series
end