Class: Dapp::Build::Stage::Source2
- Inherits:
-
SourceBase
- Object
- Base
- SourceBase
- Dapp::Build::Stage::Source2
- 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
-
#initialize(application, next_stage) ⇒ Source2
constructor
A new instance of Source2.
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
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 |