Class: Dapp::Dimg::Config::Directive::Shell::Artifact

Inherits:
Dimg show all
Defined in:
lib/dapp/dimg/config/directive/shell/artifact.rb

Instance Attribute Summary collapse

Attributes inherited from Dimg

#_before_install, #_before_setup, #_install, #_setup, #_version

Instance Method Summary collapse

Methods inherited from Dimg

#clone_to_artifact, stage_command_generator, #version

Methods inherited from Base

#clone_to_artifact

Methods inherited from Config::Directive::Base

#clone, #encode_with, #initialize

Constructor Details

This class inherits a constructor from Dapp::Config::Directive::Base

Instance Attribute Details

#_build_artifactObject (readonly)

Returns the value of attribute _build_artifact.



7
8
9
# File 'lib/dapp/dimg/config/directive/shell/artifact.rb', line 7

def _build_artifact
  @_build_artifact
end

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/dapp/dimg/config/directive/shell/artifact.rb', line 10

def empty?
  super && _build_artifact_command.empty?
end