Class: Termplot::ProducerOptions
- Inherits:
-
Struct
- Object
- Struct
- Termplot::ProducerOptions
- Defined in:
- lib/termplot/producer_options.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#interval ⇒ Object
Returns the value of attribute interval.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
2 3 4 |
# File 'lib/termplot/producer_options.rb', line 2 def command @command end |
#interval ⇒ Object
Returns the value of attribute interval
2 3 4 |
# File 'lib/termplot/producer_options.rb', line 2 def interval @interval end |