Class: Raif::Evals::WorkerPool::Dispatch::Worker

Inherits:
Struct
  • Object
show all
Defined in:
lib/raif/evals/worker_pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#number ⇒ Object

Returns the value of attribute number

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of tasks



57
58
59
# File 'lib/raif/evals/worker_pool.rb', line 57

def tasks
  @tasks
end