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

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

Overview

Path helper methods for the AutomaticImprovementsService API.

Instance Method Summary collapse

Instance Method Details

#automatic_improvements_path(account:) ⇒ ::String

Create a fully-qualified AutomaticImprovements resource string.

The resource will be in the following format:

accounts/{account}/automaticImprovements

Parameters:

  • account (String)

Returns:

  • (::String)


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

def automatic_improvements_path account:
  "accounts/#{}/automaticImprovements"
end