Class: ActiveJob::Temporal::WorkerPool::Child
- Inherits:
-
Data
- Object
- Data
- ActiveJob::Temporal::WorkerPool::Child
- Defined in:
- lib/activejob/temporal/worker_pool.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#pid ⇒ Object
readonly
Returns the value of attribute pid.
-
#restarts ⇒ Object
readonly
Returns the value of attribute restarts.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
11 12 13 |
# File 'lib/activejob/temporal/worker_pool.rb', line 11 def index @index end |
#pid ⇒ Object (readonly)
Returns the value of attribute pid
11 12 13 |
# File 'lib/activejob/temporal/worker_pool.rb', line 11 def pid @pid end |
#restarts ⇒ Object (readonly)
Returns the value of attribute restarts
11 12 13 |
# File 'lib/activejob/temporal/worker_pool.rb', line 11 def restarts @restarts end |