Method: OpenC3::Processor#results
- Defined in:
- lib/openc3/processors/processor.rb
#results ⇒ Hash
Returns The results of the most recent execution of the processor.
32 33 34 |
# File 'lib/openc3/processors/processor.rb', line 32 def results @results end |