Class: Dapp::Dimg::Config::Directive::GitArtifactRemote::Export

Inherits:
Dapp::Dimg::Config::Directive::GitArtifactLocal::Export show all
Defined in:
lib/dapp/dimg/config/directive/git_artifact_remote.rb

Instance Attribute Summary collapse

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

#stage_dependencies

Methods inherited from ArtifactBase::Export

#initialize

Methods inherited from Config::Base

#initialize

Constructor Details

This class inherits a constructor from Dapp::Dimg::Config::Directive::ArtifactBase::Export

Instance Attribute Details

#_branchObject

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

#_commitObject

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

#_nameObject

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

#_urlObject

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_optionsObject



30
31
32
# File 'lib/dapp/dimg/config/directive/git_artifact_remote.rb', line 30

def _artifact_options
  super.merge(name: _name, branch: _branch)
end