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