Class: Dapp::Build::Stage::Source2

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

Overview

Source2

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) ⇒ Source2

Returns a new instance of Source2.



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

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