Method: Postdoc::Batch#result
- Defined in:
- lib/postdoc/batch.rb
#result(client) ⇒ Object
returns the output of the config. Requires a Client
26 27 28 |
# File 'lib/postdoc/batch.rb', line 26 def result(client) @jobs.map { |job| job.result(client) } end |