module Google::Ads::GoogleAds::V7::Services::CurrencyConstantService::Paths
Path helper methods for the CurrencyConstantService
API.
Public Instance Methods
currency_constant_path(code: "currencyConstants/
click to toggle source
Create a fully-qualified CurrencyConstant resource string.
The resource will be in the following format:
`currencyConstants/{code}`
@param code [String]
@return [::String]
# File lib/google/ads/google_ads/v7/services/currency_constant_service/paths.rb, line 38 def currency_constant_path code: "currencyConstants/#{code}" end