Class: Homebrew::Cmd::UpgradeCmd::FinalUpgradeSummary Private
- Defined in:
- cmd/upgrade.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
-
#deprecated ⇒ Array<String>
private
Returns the value of prop
deprecated. -
#disabled ⇒ Array<String>
private
Returns the value of prop
disabled. -
#pinned_formulae ⇒ Array<String>
private
Returns the value of prop
pinned_formulae. -
#source_build_formulae ⇒ Array<String>
private
Returns the value of prop
source_build_formulae. -
#version_changes ⇒ Array<String>
private
Returns the value of prop
version_changes.
Instance Method Summary collapse
Constructor Details
#initialize(version_changes: [], pinned_formulae: [], deprecated: [], disabled: [], source_build_formulae: []) ⇒ void
|
|
# File '' prop :version_changes, T::Array[String], default: [] prop :pinned_formulae, T::Array[String], default: [] prop :deprecated, T::Array[String], default: [] prop :disabled, T::Array[String], default: [] prop :source_build_formulae, T::Array[String], default: [] |
Instance Attribute Details
#deprecated ⇒ Array<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.
Returns the value of prop deprecated.
|
|
# File '' prop :deprecated, T::Array[String], default: [] |
#disabled ⇒ Array<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.
Returns the value of prop disabled.
|
|
# File '' prop :disabled, T::Array[String], default: [] |
#pinned_formulae ⇒ Array<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.
Returns the value of prop pinned_formulae.
|
|
# File '' prop :pinned_formulae, T::Array[String], default: [] |
#source_build_formulae ⇒ Array<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.
Returns the value of prop source_build_formulae.
|
|
# File '' prop :source_build_formulae, T::Array[String], default: [] |
#version_changes ⇒ Array<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.
Returns the value of prop version_changes.
|
|
# File '' prop :version_changes, T::Array[String], default: [] |