Class: Google::Ads::GoogleAds::LookupUtil
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Ads::GoogleAds::LookupUtil
 
 
- Defined in:
 - lib/google/ads/google_ads/lookup_util.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ LookupUtil 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of LookupUtil.
 - 
  
    
      #path(version)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Returns a reference to the PathLookupUtil to generate resource names.
 
Constructor Details
#initialize ⇒ LookupUtil
Returns a new instance of LookupUtil.
      7 8 9 10  | 
    
      # File 'lib/google/ads/google_ads/lookup_util.rb', line 7 def initialize @proto_lookup_utils = {} @path_lookup_utils = {} end  | 
  
Instance Method Details
#path(version) ⇒ Object
Returns a reference to the PathLookupUtil to generate resource names.
      13 14 15  | 
    
      # File 'lib/google/ads/google_ads/lookup_util.rb', line 13 def path(version) path_lookup_util(version) end  |