Class: Homebrew::Cmd::Info::Args Private
- Inherits:
 - 
      Homebrew::CLI::Args
      
        
- Object
 - Homebrew::CLI::Args
 - Homebrew::Cmd::Info::Args
 
 
- Defined in:
 - sorbet/rbi/dsl/homebrew/cmd/info.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
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #analytics? ⇒ Boolean private
 - #cask? ⇒ Boolean private
 - #casks? ⇒ Boolean private
 - #category ⇒ String? private
 - #days ⇒ String? private
 - #eval_all? ⇒ Boolean private
 - #fetch_manifest? ⇒ Boolean private
 - #formula? ⇒ Boolean private
 - #formulae? ⇒ Boolean private
 - #github? ⇒ Boolean private
 - #github_packages_downloads? ⇒ Boolean private
 - #installed? ⇒ Boolean private
 - #json ⇒ String? private
 - #sizes? ⇒ Boolean private
 - #variations? ⇒ 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_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#analytics? ⇒ 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/info.rbi', line 15 def analytics?; 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.
      18  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 18 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.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 21 def casks?; end  | 
  
#category ⇒ 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.
      24  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 24 def category; end  | 
  
#days ⇒ 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.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 27 def days; end  | 
  
#eval_all? ⇒ 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/info.rbi', line 30 def eval_all?; end  | 
  
#fetch_manifest? ⇒ 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/info.rbi', line 33 def fetch_manifest?; 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.
      36  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 36 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.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 39 def formulae?; end  | 
  
#github? ⇒ 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/info.rbi', line 42 def github?; end  | 
  
#github_packages_downloads? ⇒ 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/info.rbi', line 45 def github_packages_downloads?; end  | 
  
#installed? ⇒ 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/info.rbi', line 48 def installed?; end  | 
  
#json ⇒ 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.
      51  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 51 def json; end  | 
  
#sizes? ⇒ 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/info.rbi', line 54 def sizes?; end  | 
  
#variations? ⇒ 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.
      57  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/info.rbi', line 57 def variations?; end  |