Sha256: aa926562ae991f03e5316995822785d9ad5f982a0a886b8f0a3e61220cd743ed
Contents?: true
Size: 561 Bytes
Versions: 6
Compression:
Stored size: 561 Bytes
Contents
# frozen_string_literal: true module Buildkite module Pipelines autoload :Api, File.expand_path('pipelines/api', __dir__) autoload :Attributes, File.expand_path('pipelines/attributes', __dir__) autoload :Command, File.expand_path('pipelines/command', __dir__) autoload :Helpers, File.expand_path('pipelines/helpers', __dir__) autoload :Pipeline, File.expand_path('pipelines/pipeline', __dir__) autoload :Plugin, File.expand_path('pipelines/plugin', __dir__) autoload :Steps, File.expand_path('pipelines/steps', __dir__) end end
Version data entries
6 entries across 6 versions & 1 rubygems