class Dapp::Dimg::Config::Directive::GitArtifactLocal::Export::StageDependencies

Constants

STAGES

Public Class Methods

new(&blk) click to toggle source
# File lib/dapp/dimg/config/directive/git_artifact_local.rb, line 59
def initialize(&blk)
  instance_eval(&blk) if block_given?
end

Public Instance Methods

to_h() click to toggle source
# File lib/dapp/dimg/config/directive/git_artifact_local.rb, line 63
def to_h
  STAGES.map { |stage| [stage, public_send("_#{stage}")] }.to_h
end