Class: Takagi::EventBus::AsyncExecutor::ProcessExecutor::Job
- Inherits:
-
Struct
- Object
- Struct
- Takagi::EventBus::AsyncExecutor::ProcessExecutor::Job
- Defined in:
- lib/takagi/event_bus/async_executor.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#io ⇒ Object
Returns the value of attribute io.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
71 72 73 |
# File 'lib/takagi/event_bus/async_executor.rb', line 71 def index @index end |
#io ⇒ Object
Returns the value of attribute io
71 72 73 |
# File 'lib/takagi/event_bus/async_executor.rb', line 71 def io @io end |
#pid ⇒ Object
Returns the value of attribute pid
71 72 73 |
# File 'lib/takagi/event_bus/async_executor.rb', line 71 def pid @pid end |