Class: Dapp::Dimg::Config::Directive::Artifact::Export
- Inherits:
-
Dapp::Dimg::Config::Directive::ArtifactBase::Export
- Object
- Config::Base
- Config::Directive::Base
- Base
- Dapp::Dimg::Config::Directive::ArtifactBase::Export
- Dapp::Dimg::Config::Directive::Artifact::Export
- Defined in:
- lib/dapp/dimg/config/directive/artifact.rb
Instance Attribute Summary collapse
-
#_after ⇒ Object
Returns the value of attribute _after.
-
#_before ⇒ Object
Returns the value of attribute _before.
-
#_config ⇒ Object
Returns the value of attribute _config.
Attributes inherited from Dapp::Dimg::Config::Directive::ArtifactBase::Export
#_cwd, #_exclude_paths, #_group, #_include_paths, #_owner, #_to
Instance Method Summary collapse
Methods inherited from Dapp::Dimg::Config::Directive::ArtifactBase::Export
#_artifact_options, #initialize
Methods inherited from Config::Base
Constructor Details
This class inherits a constructor from Dapp::Dimg::Config::Directive::ArtifactBase::Export
Instance Attribute Details
#_after ⇒ Object
Returns the value of attribute _after.
24 25 26 |
# File 'lib/dapp/dimg/config/directive/artifact.rb', line 24 def _after @_after end |
#_before ⇒ Object
Returns the value of attribute _before.
24 25 26 |
# File 'lib/dapp/dimg/config/directive/artifact.rb', line 24 def _before @_before end |
#_config ⇒ Object
Returns the value of attribute _config.
23 24 25 |
# File 'lib/dapp/dimg/config/directive/artifact.rb', line 23 def _config @_config end |
Instance Method Details
#not_associated? ⇒ Boolean
26 27 28 |
# File 'lib/dapp/dimg/config/directive/artifact.rb', line 26 def not_associated? (_before || _after).nil? end |