Class: Termplot::ProducerOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/termplot/producer_options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



2
3
4
# File 'lib/termplot/producer_options.rb', line 2

def command
  @command
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



2
3
4
# File 'lib/termplot/producer_options.rb', line 2

def interval
  @interval
end