Class: FormulaConflict

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

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

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