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

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

Parameters:

  • account (String)

Returns:

  • (::String)


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

def business_info_path account:
  "accounts/#{}/businessInfo"
end