Class: Cask::Artifact::Suite Private
- Inherits:
-
Moved
- Object
- AbstractArtifact
- Relocated
- Moved
- Cask::Artifact::Suite
- Defined in:
- Library/Homebrew/cask/artifact/suite.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Artifact corresponding to the suite
stanza.
Instance Attribute Summary
Attributes inherited from Relocated
Attributes inherited from AbstractArtifact
Class Method Summary collapse
- .dirmethod ⇒ Object private
- .english_name ⇒ Object private
Methods inherited from Moved
english_description, #install_phase, #summarize_installed, #uninstall_phase
Methods inherited from Relocated
from_args, #initialize, #resolve_target, #summarize, #to_a
Methods inherited from AbstractArtifact
#<=>, #config, dsl_key, english_article, #initialize, read_script_arguments, #staged_path_join_executable, #to_s
Methods included from Predicable
Constructor Details
This class inherits a constructor from Cask::Artifact::Relocated
Class Method Details
.dirmethod ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
16 17 18 |
# File 'Library/Homebrew/cask/artifact/suite.rb', line 16 def self.dirmethod :appdir end |
.english_name ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 |
# File 'Library/Homebrew/cask/artifact/suite.rb', line 12 def self.english_name "App Suite" end |