Class: Dapp::Build::Stage::Source1
- Inherits:
-
SourceBase
- Object
- Base
- SourceBase
- Dapp::Build::Stage::Source1
- Defined in:
- lib/dapp/build/stage/source_1.rb
Overview
Source1
Constant Summary
Constants inherited from SourceBase
Dapp::Build::Stage::SourceBase::GITARTIFACT_IMAGE
Instance Attribute Summary
Attributes inherited from SourceBase
Attributes inherited from Base
#application, #next_stage, #prev_stage
Instance Method Summary collapse
-
#initialize(application, next_stage) ⇒ Source1
constructor
A new instance of Source1.
- #prev_source_stage ⇒ Object
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) ⇒ Source1
Returns a new instance of Source1.
6 7 8 9 |
# File 'lib/dapp/build/stage/source_1.rb', line 6 def initialize(application, next_stage) @prev_stage = Source1Archive.new(application, self) super end |
Instance Method Details
#prev_source_stage ⇒ Object
11 12 13 |
# File 'lib/dapp/build/stage/source_1.rb', line 11 def prev_source_stage prev_stage end |