Class: ConfigLoader::PipelinesLoader
- Defined in:
- lib/config_loader/pipelines_loader.rb
Overview
Loads the pipeline configurations
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from ConfigLoader::Base
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
10 11 12 |
# File 'lib/config_loader/pipelines_loader.rb', line 10 def config @config end |
Instance Method Details
#pipelines ⇒ Object
12 13 14 |
# File 'lib/config_loader/pipelines_loader.rb', line 12 def pipelines PipelineList.new(config) end |