Class: Homebrew::Cmd::UpgradeCmd::FinalUpgradeSummary Private

Inherits:
T::Struct
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(version_changes: [], pinned_formulae: [], deprecated: [], disabled: [], source_build_formulae: []) ⇒ void

Parameters:



# 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

#deprecatedArray<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.

Returns:



# File ''

prop :deprecated, T::Array[String], default: []

#disabledArray<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.

Returns:



# File ''

prop :disabled, T::Array[String], default: []

#pinned_formulaeArray<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.

Returns:



# File ''

prop :pinned_formulae, T::Array[String], default: []

#source_build_formulaeArray<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.

Returns:



# File ''

prop :source_build_formulae, T::Array[String], default: []

#version_changesArray<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.

Returns:



# File ''

prop :version_changes, T::Array[String], default: []