Class: Raif::Evals::WorkerPool::Dispatch::Worker
- Inherits:
-
Struct
- Object
- Struct
- Raif::Evals::WorkerPool::Dispatch::Worker
- Defined in:
- lib/raif/evals/worker_pool.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#results ⇒ Object
Returns the value of attribute results.
-
#tasks ⇒ Object
Returns the value of attribute tasks.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
57 58 59 |
# File 'lib/raif/evals/worker_pool.rb', line 57 def number @number end |
#pid ⇒ Object
Returns the value of attribute pid
57 58 59 |
# File 'lib/raif/evals/worker_pool.rb', line 57 def pid @pid end |
#results ⇒ Object
Returns the value of attribute results
57 58 59 |
# File 'lib/raif/evals/worker_pool.rb', line 57 def results @results end |
#tasks ⇒ Object
Returns the value of attribute tasks
57 58 59 |
# File 'lib/raif/evals/worker_pool.rb', line 57 def tasks @tasks end |