Class: Homebrew::Reinstall::InstallationContext Private
- Defined in:
- reinstall.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.
struct to keep context of the current installer, keg, formula and option
Instance Attribute Summary collapse
-
#formula ⇒ Object
private
Returns the value of attribute formula.
-
#formula_installer ⇒ Object
private
Returns the value of attribute formula_installer.
-
#keg ⇒ Object
private
Returns the value of attribute keg.
-
#options ⇒ Object
private
Returns the value of attribute options.
Instance Attribute Details
#formula ⇒ 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.
Returns the value of attribute formula
11 12 13 |
# File 'reinstall.rb', line 11 def formula @formula end |
#formula_installer ⇒ 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.
Returns the value of attribute formula_installer
11 12 13 |
# File 'reinstall.rb', line 11 def formula_installer @formula_installer end |
#keg ⇒ 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.
Returns the value of attribute keg
11 12 13 |
# File 'reinstall.rb', line 11 def keg @keg end |
#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.
Returns the value of attribute options
11 12 13 |
# File 'reinstall.rb', line 11 def @options end |