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

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

Overview

Path helper methods for the AccountIssueService API.

Instance Method Summary collapse

Instance Method Details

#account_path(account:) ⇒ ::String

Create a fully-qualified Account resource string.

The resource will be in the following format:

accounts/{account}

Parameters:

  • account (String)

Returns:

  • (::String)


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

def  account:
  "accounts/#{}"
end