Class: Cask::Artifact::Qlplugin Private
- Defined in:
- cask/artifact/qlplugin.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 qlplugin
stanza.
Instance Attribute Summary
Attributes inherited from AbstractArtifact
Class Method Summary collapse
-
.english_name ⇒ String
private
Instance Method Summary collapse
Methods inherited from Moved
english_description, #summarize_installed
Methods inherited from Relocated
from_args, #initialize, #resolve_target, #source, #summarize, #target, #to_a
Methods inherited from AbstractArtifact
#<=>, #config, dirmethod, dsl_key, english_article, #initialize, read_script_arguments, #staged_path_join_executable, #summarize, #to_args, #to_s
Methods included from Predicable
Constructor Details
This class inherits a constructor from Cask::Artifact::Relocated
Class Method Details
.english_name ⇒ String
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.
13 14 15 |
# File 'cask/artifact/qlplugin.rb', line 13 def self.english_name "QuickLook Plugin" end |
Instance Method Details
#install_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.
17 18 19 20 |
# File 'cask/artifact/qlplugin.rb', line 17 def install_phase(**) super(**) reload_quicklook(**) end |
#uninstall_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.
22 23 24 25 |
# File 'cask/artifact/qlplugin.rb', line 22 def uninstall_phase(**) super(**) reload_quicklook(**) end |