Class: Homebrew::Bundle::Checker::CheckResult Private

Inherits:
T::Struct
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(work_to_be_done:, errors:) ⇒ void

Parameters:



# File ''

const :work_to_be_done, T::Boolean
const :errors, T::Array[String]

Instance Attribute Details

#errorsArray<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.

Returns:



# File ''

const :errors, T::Array[String]

#work_to_be_doneBoolean (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.

Returns:

  • (Boolean)


# File ''

const :work_to_be_done, T::Boolean