Class: FormulaConflict Private

Inherits:
Struct
  • Object
show all
Defined in:
formula_support.rb

Overview

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.

Used to track formulae that cannot be installed at the same time.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

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 attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'formula_support.rb', line 5

def name
  @name
end

#reasonObject

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 attribute reason

Returns:

  • (Object)

    the current value of reason



5
6
7
# File 'formula_support.rb', line 5

def reason
  @reason
end