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