class Dapp::Dimg::Build::Stage::GAArtifactPatch

Public Class Methods

new(dimg, next_stage) click to toggle source
Calls superclass method
# File lib/dapp/dimg/build/stage/ga_artifact_patch.rb, line 6
def initialize(dimg, next_stage)
  @prev_stage = Setup::Setup.new(dimg, self)
  super
end

Public Instance Methods

dependencies() click to toggle source
# File lib/dapp/dimg/build/stage/ga_artifact_patch.rb, line 11
def dependencies
  @dependencies ||= dimg.stage_by_name(:build_artifact).context
end