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

Inherits:
GitArtifactLocal::Export
  • Object
show all
Defined in:
lib/dapp/config/directive/git_artifact_remote.rb

Overview

Export

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#_branchObject

Returns the value of attribute _branch.



28
29
30
# File 'lib/dapp/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/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/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/config/directive/git_artifact_remote.rb', line 28

def _url
  @_url
end

Instance Method Details

#_artifact_optionsObject



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

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