Class: Homebrew::Bundle::Checker::CheckResult Private
- Defined in:
 - bundle/checker.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
- 
  
    
      #errors  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute errors.
 - 
  
    
      #work_to_be_done  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute work_to_be_done.
 
Instance Attribute Details
#errors ⇒ 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 errors
      59 60 61  | 
    
      # File 'bundle/checker.rb', line 59 def errors @errors end  | 
  
#work_to_be_done ⇒ 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 work_to_be_done
      59 60 61  | 
    
      # File 'bundle/checker.rb', line 59 def work_to_be_done @work_to_be_done end  |