Class: ConfigLoader::PipelinesLoader

Inherits:
Base
  • Object
show all
Defined in:
lib/config_loader/pipelines_loader.rb

Overview

Loads the pipeline configurations

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from ConfigLoader::Base

Instance Attribute Details

#configObject (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

#pipelinesObject



12
13
14
# File 'lib/config_loader/pipelines_loader.rb', line 12

def pipelines
  PipelineList.new(config)
end