Class: Takagi::EventBus::AsyncExecutor::ProcessExecutor::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/takagi/event_bus/async_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



71
72
73
# File 'lib/takagi/event_bus/async_executor.rb', line 71

def index
  @index
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



71
72
73
# File 'lib/takagi/event_bus/async_executor.rb', line 71

def io
  @io
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



71
72
73
# File 'lib/takagi/event_bus/async_executor.rb', line 71

def pid
  @pid
end