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: [], dependent_version_changes: [], pinned_formulae: [], pinned_casks: [], deprecated: [], disabled: [], source_build_formulae: []) ⇒ void

Parameters:



# File ''

prop :version_changes, T::Array[String], default: []
prop :dependent_version_changes, T::Array[String], default: []
prop :pinned_formulae, T::Array[String], default: []
prop :pinned_casks, 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

#dependent_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 dependent_version_changes.

Returns:



# File ''

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

#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_casksArray<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_casks.

Returns:



# File ''

prop :pinned_casks, 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: []

Instance Method Details

#all_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:



38
# File 'cmd/upgrade.rb', line 38

def all_version_changes = version_changes + dependent_version_changes