Class: Homebrew::Cmd::Uses::UnavailableFormula Private
- Defined in:
 - cmd/uses.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
- 
  
    
      #full_name  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
full_name. - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  private
  
    
Returns the value of prop
name. 
Instance Method Summary collapse
- #initialize(name:, full_name:) ⇒ void constructor
 
Constructor Details
Instance Attribute Details
#full_name ⇒ String (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 full_name.
| 
       | 
    
      # File '' const :full_name, String  | 
  
#name ⇒ String (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 name.
| 
       | 
    
      # File '' const :name, String  |