Class: CompilerSelector::Compiler Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



106
107
108
# File 'compilers.rb', line 106

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



106
107
108
# File 'compilers.rb', line 106

def type
  @type
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



106
107
108
# File 'compilers.rb', line 106

def version
  @version
end