Class: Homebrew::Upgrade::Dependents Private
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
-
#pinned ⇒ Object
private
Returns the value of attribute pinned.
-
#skipped ⇒ Object
private
Returns the value of attribute skipped.
-
#upgradeable ⇒ Object
private
Returns the value of attribute upgradeable.
Instance Attribute Details
#pinned ⇒ Object
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 attribute pinned
14 15 16 |
# File 'upgrade.rb', line 14 def pinned @pinned end |
#skipped ⇒ Object
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 attribute skipped
14 15 16 |
# File 'upgrade.rb', line 14 def skipped @skipped end |
#upgradeable ⇒ Object
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 attribute upgradeable
14 15 16 |
# File 'upgrade.rb', line 14 def upgradeable @upgradeable end |