Class: Homebrew::VersionBumpInfo
Instance Attribute Summary collapse
-
#closed_pull_requests ⇒ Array<String>, ...
readonly
Returns the value of prop
closed_pull_requests
. -
#current_version ⇒ BumpVersionParser
readonly
Returns the value of prop
current_version
. -
#multiple_versions ⇒ Boolean
readonly
Returns the value of prop
multiple_versions
. -
#new_version ⇒ BumpVersionParser
readonly
Returns the value of prop
new_version
. -
#open_pull_requests ⇒ Array<String>, ...
readonly
Returns the value of prop
open_pull_requests
. -
#repology_latest ⇒ String, Version
readonly
Returns the value of prop
repology_latest
. -
#type ⇒ Symbol
readonly
Returns the value of prop
type
. -
#version_name ⇒ String
readonly
Returns the value of prop
version_name
.
Instance Method Summary collapse
Constructor Details
#initialize(type:, multiple_versions:, version_name:, current_version:, repology_latest:, new_version:, open_pull_requests: nil, closed_pull_requests: nil) ⇒ void
|
# File '' const :type, Symbol const :multiple_versions, T::Boolean const :version_name, String const :current_version, BumpVersionParser const :repology_latest, T.any(String, Version) const :new_version, BumpVersionParser const :open_pull_requests, T.nilable(T.any(T::Array[String], String)) const :closed_pull_requests, T.nilable(T.any(T::Array[String], String)) |
Instance Attribute Details
#closed_pull_requests ⇒ Array<String>, ... (readonly)
Returns the value of prop closed_pull_requests
.
|
# File '' const :closed_pull_requests, T.nilable(T.any(T::Array[String], String)) |
#current_version ⇒ BumpVersionParser (readonly)
Returns the value of prop current_version
.
|
# File '' const :current_version, BumpVersionParser |
#multiple_versions ⇒ Boolean (readonly)
Returns the value of prop multiple_versions
.
|
# File '' const :multiple_versions, T::Boolean |
#new_version ⇒ BumpVersionParser (readonly)
Returns the value of prop new_version
.
|
# File '' const :new_version, BumpVersionParser |
#open_pull_requests ⇒ Array<String>, ... (readonly)
Returns the value of prop open_pull_requests
.
|
# File '' const :open_pull_requests, T.nilable(T.any(T::Array[String], String)) |