Class: Homebrew::Upgrade::Dependents Private
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
- 
  
    
      #pinned  ⇒ Array<Formula> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
pinned. - 
  
    
      #skipped  ⇒ Array<Formula> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
skipped. - 
  
    
      #upgradeable  ⇒ Array<Formula> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
upgradeable. 
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#pinned ⇒ Array<Formula> (readonly)
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 prop pinned.
| 
       | 
    
      # File '' const :pinned, T::Array[Formula]  | 
  
#skipped ⇒ Array<Formula> (readonly)
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 prop skipped.
| 
       | 
    
      # File '' const :skipped, T::Array[Formula]  | 
  
#upgradeable ⇒ Array<Formula> (readonly)
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 prop upgradeable.
| 
       | 
    
      # File '' const :upgradeable, T::Array[Formula]  |