module Google::Shopping::Merchant::Accounts::V1beta::RegionsService::Paths
def region_path account:, region:
-
(::String)-
Parameters:
-
region(String) -- -
account(String) --
def region_path account:, region: raise ::ArgumentError, "account cannot contain /" if account.to_s.include? "/" "accounts/#{account}/regions/#{region}" end