Class: Smith::Workflow::OrchestratorWorker::OrchestrationState
- Inherits:
-
Struct
- Object
- Struct
- Smith::Workflow::OrchestratorWorker::OrchestrationState
- Defined in:
- lib/smith/workflow/orchestrator_worker.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#orchestrator_class ⇒ Object
Returns the value of attribute orchestrator_class.
-
#prepared_input ⇒ Object
Returns the value of attribute prepared_input.
-
#worker_class ⇒ Object
Returns the value of attribute worker_class.
-
#worker_results ⇒ Object
Returns the value of attribute worker_results.
Instance Method Summary collapse
-
#initialize(config, prepared_input) ⇒ OrchestrationState
constructor
A new instance of OrchestrationState.
Constructor Details
#initialize(config, prepared_input) ⇒ OrchestrationState
Returns a new instance of OrchestrationState.
12 13 14 |
# File 'lib/smith/workflow/orchestrator_worker.rb', line 12 def initialize(config, prepared_input) super(config, prepared_input, nil, nil, nil) end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
9 10 11 |
# File 'lib/smith/workflow/orchestrator_worker.rb', line 9 def config @config end |
#orchestrator_class ⇒ Object
Returns the value of attribute orchestrator_class
9 10 11 |
# File 'lib/smith/workflow/orchestrator_worker.rb', line 9 def orchestrator_class @orchestrator_class end |
#prepared_input ⇒ Object
Returns the value of attribute prepared_input
9 10 11 |
# File 'lib/smith/workflow/orchestrator_worker.rb', line 9 def prepared_input @prepared_input end |
#worker_class ⇒ Object
Returns the value of attribute worker_class
9 10 11 |
# File 'lib/smith/workflow/orchestrator_worker.rb', line 9 def worker_class @worker_class end |
#worker_results ⇒ Object
Returns the value of attribute worker_results
9 10 11 |
# File 'lib/smith/workflow/orchestrator_worker.rb', line 9 def worker_results @worker_results end |