Sha256: 8a64069403368ece74676a48ef1a17e669e8056415effb7cb2327d76152fde07
Contents?: true
Size: 530 Bytes
Versions: 46
Compression:
Stored size: 530 Bytes
Contents
# frozen_string_literal: true module Buildkite module Pipelines module Steps class Input < Abstract # Do NOT sort this list. The order here is carried over to the YAML output. # The order specified here was deliberate. attribute :input attribute :key attribute :prompt attribute :if, as: :condition attribute :depends_on, append: true attribute :allow_dependency_failure attribute :branches attribute :fields end end end end
Version data entries
46 entries across 46 versions & 1 rubygems