Class: Homebrew::ExecutablesDB::FormulaEntry Private
- Defined in:
- executables_db.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
-
#binaries ⇒ Array<String>
readonly
private
Returns the value of prop
binaries
. -
#version ⇒ String
readonly
private
Returns the value of prop
version
.
Instance Method Summary collapse
- #initialize(version:, binaries:) ⇒ void constructor
Constructor Details
Instance Attribute Details
#binaries ⇒ 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 binaries
.
|
# File '' const :binaries, T::Array[String] |
#version ⇒ 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 version
.
|
# File '' const :version, String |