Module: Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentityService::Paths

Extended by:
Paths
Included in:
Client, Paths, Rest::Client
Defined in:
lib/google/shopping/merchant/accounts/v1beta/business_identity_service/paths.rb

Overview

Path helper methods for the BusinessIdentityService API.

Instance Method Summary collapse

Instance Method Details

#business_identity_path(account:) ⇒ ::String

Create a fully-qualified BusinessIdentity resource string.

The resource will be in the following format:

accounts/{account}/businessIdentity

Parameters:

  • account (String)

Returns:

  • (::String)


38
39
40
# File 'lib/google/shopping/merchant/accounts/v1beta/business_identity_service/paths.rb', line 38

def business_identity_path account:
  "accounts/#{}/businessIdentity"
end