Class: CompilerSelector::Compiler Private
- Inherits:
-
Struct
- Object
- Struct
- CompilerSelector::Compiler
- Defined in:
- compilers.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
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
106 107 108 |
# File 'compilers.rb', line 106 def name @name end |
#type ⇒ Object
Returns the value of attribute type
106 107 108 |
# File 'compilers.rb', line 106 def type @type end |
#version ⇒ Object
Returns the value of attribute version
106 107 108 |
# File 'compilers.rb', line 106 def version @version end |