Class: Homebrew::Cmd::FetchCmd::Args Private
- Inherits:
-
Homebrew::CLI::Args
- Object
- OpenStruct
- Homebrew::CLI::Args
- Homebrew::Cmd::FetchCmd::Args
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi
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.
Constant Summary
Constants inherited from Homebrew::CLI::Args
Homebrew::CLI::Args::OptionsType
Instance Attribute Summary
Attributes inherited from Homebrew::CLI::Args
Instance Method Summary collapse
- #arch ⇒ String? private
- #bottle_tag ⇒ String? private
- #build_bottle? ⇒ Boolean private
- #build_from_source? ⇒ Boolean private
- #cask? ⇒ Boolean private
- #casks? ⇒ Boolean private
- #concurrency ⇒ String? private
- #deps? ⇒ Boolean private
- #f? ⇒ Boolean private
- #force? ⇒ Boolean private
- #force_bottle? ⇒ Boolean private
- #formula? ⇒ Boolean private
- #formulae? ⇒ Boolean private
- #HEAD? ⇒ Boolean private
- #os ⇒ String? private
- #quarantine? ⇒ Boolean private
- #retry? ⇒ Boolean private
- #s? ⇒ Boolean private
Methods inherited from Homebrew::CLI::Args
#build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #remaining, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Homebrew::CLI::Args
Instance Method Details
#arch ⇒ 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.
18 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 18 def arch; end |
#bottle_tag ⇒ 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.
21 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 21 def bottle_tag; end |
#build_bottle? ⇒ Boolean
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.
24 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 24 def build_bottle?; end |
#build_from_source? ⇒ Boolean
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.
27 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 27 def build_from_source?; end |
#cask? ⇒ Boolean
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.
30 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 30 def cask?; end |
#casks? ⇒ Boolean
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.
33 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 33 def casks?; end |
#concurrency ⇒ 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.
36 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 36 def concurrency; end |
#deps? ⇒ Boolean
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.
39 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 39 def deps?; end |
#f? ⇒ Boolean
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.
42 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 42 def f?; end |
#force? ⇒ Boolean
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.
45 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 45 def force?; end |
#force_bottle? ⇒ Boolean
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.
48 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 48 def force_bottle?; end |
#formula? ⇒ Boolean
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.
51 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 51 def formula?; end |
#formulae? ⇒ Boolean
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.
54 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 54 def formulae?; end |
#HEAD? ⇒ Boolean
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.
15 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 15 def HEAD?; end |
#os ⇒ 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.
57 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 57 def os; end |
#quarantine? ⇒ Boolean
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.
60 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 60 def quarantine?; end |
#retry? ⇒ Boolean
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.
63 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 63 def retry?; end |
#s? ⇒ Boolean
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.
66 |
# File 'sorbet/rbi/dsl/homebrew/cmd/fetch_cmd.rbi', line 66 def s?; end |