Class: Homebrew::Reinstall::InstallationContext Private
- Defined in:
 - reinstall.rb
 
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.
Instance Attribute Summary collapse
- 
  
    
      #formula  ⇒ Formula 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
formula. - 
  
    
      #formula_installer  ⇒ ::FormulaInstaller 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
formula_installer. - 
  
    
      #keg  ⇒ Keg? 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
keg. - 
  
    
      #options  ⇒ Options 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
options. 
Instance Method Summary collapse
Constructor Details
#initialize(formula_installer:, keg: nil, formula:, options:) ⇒ void
| 
       | 
    
      # File '' const :formula_installer, ::FormulaInstaller const :keg, T.nilable(Keg) const :formula, Formula const :options, Options  | 
  
Instance Attribute Details
#formula ⇒ Formula (readonly)
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.
Returns the value of prop formula.
| 
       | 
    
      # File '' const :formula, Formula  | 
  
#formula_installer ⇒ ::FormulaInstaller (readonly)
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.
Returns the value of prop formula_installer.
| 
       | 
    
      # File '' const :formula_installer, ::FormulaInstaller  | 
  
#keg ⇒ Keg? (readonly)
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.
Returns the value of prop keg.
| 
       | 
    
      # File '' const :keg, T.nilable(Keg)  | 
  
#options ⇒ Options (readonly)
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.
Returns the value of prop options.
| 
       | 
    
      # File '' const :options, Options  |