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