Class: Homebrew::Bump::Commit
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
-
#additional_files ⇒ Array<Pathname>
readonly
private
Returns the value of prop
additional_files. -
#commit_message ⇒ String
readonly
private
Returns the value of prop
commit_message. -
#old_contents ⇒ String
readonly
private
Returns the value of prop
old_contents. -
#sourcefile_path ⇒ Pathname
readonly
private
Returns the value of prop
sourcefile_path.
Instance Method Summary collapse
- #initialize(sourcefile_path:, old_contents:, commit_message:, additional_files: []) ⇒ void constructor
Constructor Details
Instance Attribute Details
#additional_files ⇒ Array<Pathname> (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 additional_files.
|
|
# File '' const :additional_files, T::Array[Pathname], default: [] |
#commit_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 commit_message.
|
|
# File '' const :commit_message, String |
#old_contents ⇒ 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 old_contents.
|
|
# File '' const :old_contents, String |
#sourcefile_path ⇒ Pathname (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 sourcefile_path.
|
|
# File '' const :sourcefile_path, Pathname |