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

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

Overview

Path helper methods for the AutofeedSettingsService API.

Instance Method Summary collapse

Instance Method Details

#autofeed_settings_path(account:) ⇒ ::String

Create a fully-qualified AutofeedSettings resource string.

The resource will be in the following format:

accounts/{account}/autofeedSettings

Parameters:

  • account (String)

Returns:

  • (::String)


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

def autofeed_settings_path account:
  "accounts/#{}/autofeedSettings"
end