class Dapp::Dimg::Config::Directive::GitArtifactLocal

Attributes

_as[R]

Public Instance Methods

_export() { |export| ... } click to toggle source
Calls superclass method Dapp::Dimg::Config::Directive::ArtifactBase#_export
# File lib/dapp/dimg/config/directive/git_artifact_local.rb, line 18
def _export
  super do |export|
    export._as    = @_as

    yield(export) if block_given?
  end
end
add(absolute_dir_path = '/', &blk)
Alias for: export
as(value) click to toggle source
# File lib/dapp/dimg/config/directive/git_artifact_local.rb, line 8
def as(value)
  @_as = value
end
export(absolute_dir_path = '/', &blk) click to toggle source
# File lib/dapp/dimg/config/directive/git_artifact_local.rb, line 12
def export(absolute_dir_path = '/', &blk)
  super
end
Also aliased as: add