Class: Homebrew::Bump::BumpInfo
This class is part of an internal API. This class may only be used internally in repositories owned by Homebrew, except in casks or formulae. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Attribute Summary collapse
-
#branch_name ⇒ String
readonly
private
Returns the value of prop
branch_name. -
#commits ⇒ Array<Commit>
readonly
private
Returns the value of prop
commits. -
#package_tap ⇒ Tap
readonly
private
Returns the value of prop
package_tap. -
#pr_message ⇒ String
readonly
private
Returns the value of prop
pr_message. -
#pr_title ⇒ String
readonly
private
Returns the value of prop
pr_title.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#branch_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 branch_name.
|
|
# File '' const :branch_name, String |
#commits ⇒ Array<Commit> (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 commits.
|
|
# File ''
|
#package_tap ⇒ Tap (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 package_tap.
|
|
# File '' const :package_tap, Tap |
#pr_message ⇒ 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 pr_message.
|
|
# File '' const :pr_message, String |
#pr_title ⇒ 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 pr_title.
|
|
# File '' const :pr_title, String |