Class: Homebrew::Reinstall::InstallationContext Private
- Defined in:
- reinstall/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. -
#link_keg ⇒ Boolean
readonly
private
Returns the value of prop
link_keg. -
#options ⇒ Options
readonly
private
Returns the value of prop
options.
Instance Method Summary collapse
Constructor Details
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) |
#link_keg ⇒ Boolean (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 link_keg.
|
|
# File '' const :link_keg, T::Boolean, default: false |
#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 |