Class: Google::Ads::GoogleAds::LookupUtil

Inherits:
Object
  • Object
show all
Defined in:
lib/google/ads/google_ads/lookup_util.rb

Instance Method Summary collapse

Constructor Details

#initializeLookupUtil

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