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

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

Overview

Artifact

Instance Attribute Summary collapse

Attributes inherited from Dimg

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

Instance Method Summary collapse

Methods inherited from Dimg

stage_command_generator, #version

Methods inherited from Base

#initialize

Constructor Details

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

Instance Attribute Details

#_build_artifactObject (readonly)

Returns the value of attribute _build_artifact.



7
8
9
# File 'lib/dapp/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/config/directive/shell/artifact.rb', line 10

def empty?
  super && _build_artifact_command.empty?
end