Class: FormulaConflict
- Inherits:
-
Struct
- Object
- Struct
- FormulaConflict
- Defined in:
- formula_support.rb
Overview
Used to track formulae that cannot be installed at the same time.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'formula_support.rb', line 5 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'formula_support.rb', line 5 def reason @reason end |