Class: MangoPay::PayIn::RecurringPayments::Recurring
Class Method Summary
collapse
included
included, parse_id_or_filters
included
Methods inherited from Resource
class_name
Class Method Details
.url(*args) ⇒ Object
272
273
274
275
276
277
278
|
# File 'lib/mangopay/pay_in.rb', line 272
def self.url(*args)
if args.any?
"#{MangoPay.api_path}/recurringpayinregistrations/#{args.first}"
else
"#{MangoPay.api_path}/recurringpayinregistrations"
end
end
|