Class: Buildkite::Builder::Loaders::Templates

Inherits:
Abstract
  • Object
show all
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

#assets, #root

Instance Method Summary collapse

Methods included from Definition::Helper

#load_definition

Methods inherited from Abstract

#initialize, load

Constructor Details

This class inherits a constructor from Buildkite::Builder::Loaders::Abstract

Instance Method Details

#loadObject



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