Class: Formula::FormulaConflict Private
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
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute name.
 - 
  
    
      #reason  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute reason.
 
Instance Attribute Details
#name ⇒ Object
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
      93 94 95  | 
    
      # File 'formula.rb', line 93 def name @name end  | 
  
#reason ⇒ Object
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
      93 94 95  | 
    
      # File 'formula.rb', line 93 def reason @reason end  |