Class: Dapp::Dimg::Config::Directive::GitArtifactRemote::Export
- Inherits:
-
Dapp::Dimg::Config::Directive::GitArtifactLocal::Export
- Object
- Config::Base
- Config::Directive::Base
- Base
- ArtifactBase::Export
- Dapp::Dimg::Config::Directive::GitArtifactLocal::Export
- Dapp::Dimg::Config::Directive::GitArtifactRemote::Export
- Defined in:
- lib/dapp/dimg/config/directive/git_artifact_remote.rb
Instance Attribute Summary collapse
-
#_branch ⇒ Object
Returns the value of attribute _branch.
-
#_commit ⇒ Object
Returns the value of attribute _commit.
-
#_name ⇒ Object
Returns the value of attribute _name.
-
#_url ⇒ Object
Returns the value of attribute _url.
Attributes inherited from ArtifactBase::Export
#_cwd, #_exclude_paths, #_group, #_include_paths, #_owner, #_to
Instance Method Summary collapse
Methods inherited from Dapp::Dimg::Config::Directive::GitArtifactLocal::Export
Methods inherited from ArtifactBase::Export
Methods inherited from Config::Base
Constructor Details
This class inherits a constructor from Dapp::Dimg::Config::Directive::ArtifactBase::Export
Instance Attribute Details
#_branch ⇒ Object
Returns the value of attribute _branch.
28 29 30 |
# File 'lib/dapp/dimg/config/directive/git_artifact_remote.rb', line 28 def _branch @_branch end |
#_commit ⇒ Object
Returns the value of attribute _commit.
28 29 30 |
# File 'lib/dapp/dimg/config/directive/git_artifact_remote.rb', line 28 def _commit @_commit end |
#_name ⇒ Object
Returns the value of attribute _name.
28 29 30 |
# File 'lib/dapp/dimg/config/directive/git_artifact_remote.rb', line 28 def _name @_name end |
#_url ⇒ Object
Returns the value of attribute _url.
28 29 30 |
# File 'lib/dapp/dimg/config/directive/git_artifact_remote.rb', line 28 def _url @_url end |
Instance Method Details
#_artifact_options ⇒ Object
30 31 32 |
# File 'lib/dapp/dimg/config/directive/git_artifact_remote.rb', line 30 def super.merge(name: _name, branch: _branch) end |