module Google::Shopping::Merchant::Lfp::V1::LfpSaleService::Paths
def lfp_sale_path account:, sale:
-
(::String)
-
Parameters:
-
sale
(String
) -- -
account
(String
) --
def lfp_sale_path account:, sale: raise ::ArgumentError, "account cannot contain /" if account.to_s.include? "/" "accounts/#{account}/lfpSales/#{sale}" end