Class: Homebrew::DevCmd::Bump::ResourceVersionInfo Private
- Defined in:
- dev-cmd/bump.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
-
#current_version ⇒ String
readonly
private
Returns the value of prop
current_version. -
#latest_version ⇒ String?
readonly
private
Returns the value of prop
latest_version. -
#name ⇒ String
readonly
private
Returns the value of prop
name. -
#newer_than_upstream ⇒ Boolean
readonly
private
Returns the value of prop
newer_than_upstream. -
#outdated ⇒ Boolean
readonly
private
Returns the value of prop
outdated.
Instance Method Summary collapse
- #initialize(name:, current_version:, latest_version: nil, outdated:, newer_than_upstream:) ⇒ void constructor
Constructor Details
Instance Attribute Details
#current_version ⇒ String (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 current_version.
|
|
# File '' const :current_version, String |
#latest_version ⇒ String? (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 latest_version.
|
|
# File '' const :latest_version, T.nilable(String) |
#name ⇒ String (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 name.
|
|
# File '' const :name, String |
#newer_than_upstream ⇒ Boolean (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 newer_than_upstream.
|
|
# File '' const :newer_than_upstream, T::Boolean |
#outdated ⇒ Boolean (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 outdated.
|
|
# File '' const :outdated, T::Boolean |