Class: Homebrew::Bundle::Checker::CheckResult Private
- Defined in:
- bundle/checker.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
-
#errors ⇒ Array<String>
readonly
private
Returns the value of prop
errors. -
#work_to_be_done ⇒ Boolean
readonly
private
Returns the value of prop
work_to_be_done.
Instance Method Summary collapse
- #initialize(work_to_be_done:, errors:) ⇒ void constructor
Constructor Details
Instance Attribute Details
#errors ⇒ Array<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 errors.
|
|
# File '' const :errors, T::Array[String] |
#work_to_be_done ⇒ 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 work_to_be_done.
|
|
# File '' const :work_to_be_done, T::Boolean |