Class: Henitai::ParallelExecutionRunner::ParallelExecutionContext
- Inherits:
-
Struct
- Object
- Struct
- Henitai::ParallelExecutionRunner::ParallelExecutionContext
- Defined in:
- lib/henitai/parallel_execution_runner.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#integration ⇒ Object
Returns the value of attribute integration.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#old_handlers ⇒ Object
Returns the value of attribute old_handlers.
-
#progress_reporter ⇒ Object
Returns the value of attribute progress_reporter.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#state ⇒ Object
Returns the value of attribute state.
-
#stdin_watcher ⇒ Object
Returns the value of attribute stdin_watcher.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def config @config end |
#integration ⇒ Object
Returns the value of attribute integration
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def integration @integration end |
#mutex ⇒ Object
Returns the value of attribute mutex
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def mutex @mutex end |
#old_handlers ⇒ Object
Returns the value of attribute old_handlers
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def old_handlers @old_handlers end |
#progress_reporter ⇒ Object
Returns the value of attribute progress_reporter
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def progress_reporter @progress_reporter end |
#queue ⇒ Object
Returns the value of attribute queue
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def queue @queue end |
#state ⇒ Object
Returns the value of attribute state
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def state @state end |
#stdin_watcher ⇒ Object
Returns the value of attribute stdin_watcher
6 7 8 |
# File 'lib/henitai/parallel_execution_runner.rb', line 6 def stdin_watcher @stdin_watcher end |