Module: Google::Ads::GoogleAds::V23::Services::VisibilityTestService::Paths
- Extended by:
- Paths
- Defined in:
- lib/google/ads/google_ads/v23/services/visibility_test_service/paths.rb
Overview
Path helper methods for the VisibilityTestService API.
Instance Method Summary collapse
-
#visibility_test_resource_path(customer_id:) ⇒ ::String
Create a fully-qualified VisibilityTestResource resource string.
Instance Method Details
#visibility_test_resource_path(customer_id:) ⇒ ::String
Create a fully-qualified VisibilityTestResource resource string.
The resource will be in the following format:
‘customers/customer_id/visibilityTestResources`
38 39 40 |
# File 'lib/google/ads/google_ads/v23/services/visibility_test_service/paths.rb', line 38 def visibility_test_resource_path customer_id: "customers/#{customer_id}/visibilityTestResources" end |