class Dapp::Dimg::Build::Stage::BeforeInstallArtifact
Public Class Methods
new(dimg, next_stage)
click to toggle source
Calls superclass method
# File lib/dapp/dimg/build/stage/before_install_artifact.rb, line 6 def initialize(dimg, next_stage) @prev_stage = BeforeInstall.new(dimg, self) super end
Public Instance Methods
image_should_be_untagged_condition()
click to toggle source
# File lib/dapp/dimg/build/stage/before_install_artifact.rb, line 11 def image_should_be_untagged_condition false end