Class: CompilerSelector::Compiler Private
- Inherits:
-
Struct
- Object
- Struct
- CompilerSelector::Compiler
- Defined in:
- Library/Homebrew/compilers.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
83 84 85 |
# File 'Library/Homebrew/compilers.rb', line 83 def name @name end |
#version ⇒ Object
Returns the value of attribute version
83 84 85 |
# File 'Library/Homebrew/compilers.rb', line 83 def version @version end |