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
242
243
244
245
246
247
248
|
# File 'lib/mangopay/pay_in.rb', line 242
def self.url(*args)
if args.any?
"#{MangoPay.api_path}/recurringpayinregistrations/#{args.first}"
else
"#{MangoPay.api_path}/recurringpayinregistrations"
end
end
|