Class: Cask::Artifact::Zap Private
- Inherits:
-
AbstractUninstall
- Object
- AbstractArtifact
- AbstractUninstall
- Cask::Artifact::Zap
- Defined in:
- cask/artifact/zap.rb
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Artifact corresponding to the zap
stanza.
Constant Summary
Constants inherited from AbstractUninstall
AbstractUninstall::ORDERED_DIRECTIVES
Instance Attribute Summary
Attributes inherited from AbstractUninstall
Attributes inherited from AbstractArtifact
Instance Method Summary collapse
- #zap_phase(**options) ⇒ Object private
Methods inherited from AbstractUninstall
from_args, #initialize, #summarize, #to_h
Methods included from SystemCommand::Mixin
#system_command, #system_command!
Methods inherited from AbstractArtifact
#config, dirmethod, dsl_key, english_article, english_name, #initialize, read_script_arguments, #staged_path_join_executable, #summarize, #to_args
Constructor Details
This class inherits a constructor from Cask::Artifact::AbstractUninstall
Instance Method Details
#zap_phase(**options) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
10 11 12 |
# File 'cask/artifact/zap.rb', line 10 def zap_phase(**) dispatch_uninstall_directives(**) end |