Class: Dapp::Build::Stage::Source3

Inherits:
SourceBase show all
Defined in:
lib/dapp/build/stage/source_3.rb

Overview

Source3

Constant Summary

Constants inherited from SourceBase

Dapp::Build::Stage::SourceBase::GITARTIFACT_IMAGE

Instance Attribute Summary

Attributes inherited from SourceBase

#next_source_stage, #prev_source_stage

Attributes inherited from Base

#application, #next_stage, #prev_stage

Instance Method Summary collapse

Methods inherited from SourceBase

#image, #layer_commit, #save_in_cache!, #signature

Methods inherited from Base

#build!, #image, #save_in_cache!, #signature

Methods included from Helper::Trivia

class_to_lowercase, #class_to_lowercase, #delete_file, #kwargs, #to_mb

Methods included from Helper::Sha256

#hashsum, #sha256

Constructor Details

#initialize(application, next_stage) ⇒ Source3

Returns a new instance of Source3.



6
7
8
9
# File 'lib/dapp/build/stage/source_3.rb', line 6

def initialize(application, next_stage)
  @prev_stage = InfraSetup.new(application, self)
  super
end