class Dapp::Dimg::Build::Stage::BuildArtifact
Public Class Methods
new(dimg)
click to toggle source
# File lib/dapp/dimg/build/stage/build_artifact.rb, line 6 def initialize(dimg) @prev_stage = GAArtifactPatch.new(dimg, self) @dimg = dimg end