Module: Google::Shopping::Merchant::Accounts::V1beta::ShippingSettingsService::Paths
- Extended by:
- Paths
- Included in:
- Client, Paths, Rest::Client
- Defined in:
- lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/paths.rb
Overview
Path helper methods for the ShippingSettingsService API.
Instance Method Summary collapse
-
#shipping_settings_path(account:) ⇒ ::String
Create a fully-qualified ShippingSettings resource string.
Instance Method Details
#shipping_settings_path(account:) ⇒ ::String
Create a fully-qualified ShippingSettings resource string.
The resource will be in the following format:
accounts/{account}/shippingSettings
38 39 40 |
# File 'lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/paths.rb', line 38 def shipping_settings_path account: "accounts/#{account}/shippingSettings" end |