Class: CompilerSelector::Compiler Private
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
-
#name ⇒ String, Symbol
readonly
private
Returns the value of prop
name. -
#type ⇒ Symbol
readonly
private
Returns the value of prop
type. -
#version ⇒ Version
readonly
private
Returns the value of prop
version.
Instance Method Summary collapse
- #initialize(type:, name:, version:) ⇒ void constructor
Constructor Details
Instance Attribute Details
#name ⇒ String, Symbol (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 name.
|
|
# File '' const :name, T.any(String, Symbol) |
#type ⇒ Symbol (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 type.
|
|
# File '' const :type, Symbol |
#version ⇒ Version (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, Version |