Class: ActiveJob::Temporal::WorkerPool::Child

Inherits:
Data
  • Object
show all
Defined in:
lib/activejob/temporal/worker_pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



11
12
13
# File 'lib/activejob/temporal/worker_pool.rb', line 11

def index
  @index
end

#pidObject (readonly)

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



11
12
13
# File 'lib/activejob/temporal/worker_pool.rb', line 11

def pid
  @pid
end

#restartsObject (readonly)

Returns the value of attribute restarts

Returns:

  • (Object)

    the current value of restarts



11
12
13
# File 'lib/activejob/temporal/worker_pool.rb', line 11

def restarts
  @restarts
end