Class: Buildkite::Builder::Loaders::Templates
- Includes:
- Definition::Helper
- Defined in:
- lib/buildkite/builder/loaders/templates.rb
Constant Summary collapse
- TEMPLATES_PATH =
Pathname.new('templates').freeze
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods included from Definition::Helper
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Buildkite::Builder::Loaders::Abstract
Instance Method Details
#load ⇒ Object
11 12 13 14 |
# File 'lib/buildkite/builder/loaders/templates.rb', line 11 def load load_from_path(global_path) load_from_path(pipeline_path) end |