Class: MangoPay::PayOut::BankWire
- Includes:
- HTTPCalls::Create
- Defined in:
- lib/mangopay/pay_out.rb
Overview
Class Method Summary collapse
Methods included from HTTPCalls::Create
Methods inherited from Resource
Class Method Details
.get_bankwire(pay_out_id) ⇒ Object
[View source]
24 25 26 27 |
# File 'lib/mangopay/pay_out.rb', line 24 def self.get_bankwire(pay_out_id) url = self.url() + "/" + pay_out_id MangoPay.request(:get, url); end |
.url ⇒ Object
[View source]
20 21 22 |
# File 'lib/mangopay/pay_out.rb', line 20 def self.url(*) "#{MangoPay.api_path}/payouts/bankwire" end |