Class: Roast::Workflow::WorkflowInitializer
- Inherits:
-
Object
- Object
- Roast::Workflow::WorkflowInitializer
- Defined in:
- lib/roast/workflow/workflow_initializer.rb
Overview
Handles initialization of workflow dependencies: initializers, tools, and API clients
Instance Method Summary collapse
-
#initialize(configuration) ⇒ WorkflowInitializer
constructor
A new instance of WorkflowInitializer.
- #setup ⇒ Object
Constructor Details
#initialize(configuration) ⇒ WorkflowInitializer
Returns a new instance of WorkflowInitializer.
7 8 9 |
# File 'lib/roast/workflow/workflow_initializer.rb', line 7 def initialize(configuration) @configuration = configuration end |
Instance Method Details
#setup ⇒ Object
11 12 13 14 15 16 |
# File 'lib/roast/workflow/workflow_initializer.rb', line 11 def setup load_roast_initializers check_raix_configuration include_tools configure_api_client end |