Class: MangoPay::PayIn::BankWire::Direct
- Includes:
- HTTPCalls::Create
- Defined in:
- lib/mangopay/pay_in.rb
Overview
Class Method Summary collapse
Methods included from HTTPCalls::Create
Methods inherited from Resource
Class Method Details
.url ⇒ Object
[View source]
67 68 69 |
# File 'lib/mangopay/pay_in.rb', line 67 def self.url(*) "#{MangoPay.api_path}/payins/bankwire/direct" end |