Class: Homebrew::DevCmd::Benchmark::Scenario Private
- Defined in:
- dev-cmd/benchmark.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
-
#formulae ⇒ Array<String>
readonly
private
Returns the value of prop
formulae. -
#operation ⇒ String
readonly
private
Returns the value of prop
operation. -
#workload ⇒ String
readonly
private
Returns the value of prop
workload.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#formulae ⇒ 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 formulae.
|
|
# File '' const :formulae, T::Array[String] |
#operation ⇒ 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 operation.
|
|
# File '' const :operation, String |
#workload ⇒ 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 workload.
|
|
# File '' const :workload, String |