Class: Homebrew::Upgrade::Dependents Private

Inherits:
T::Struct
  • Object
show all
Defined in:
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(upgradeable:, pinned:, skipped:) ⇒ void

Parameters:



# File ''

const :upgradeable, T::Array[Formula]
const :pinned, T::Array[Formula]
const :skipped, T::Array[Formula]

Instance Attribute Details

#pinnedArray<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 pinned.

Returns:



# File ''

const :pinned, T::Array[Formula]

#skippedArray<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 skipped.

Returns:



# File ''

const :skipped, T::Array[Formula]

#upgradeableArray<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 upgradeable.

Returns:



# File ''

const :upgradeable, T::Array[Formula]