Class: MangoPay::PayOut::BankWire

Inherits:
Resource
  • Object
show all
Includes:
HTTPCalls::Create
Defined in:
lib/mangopay/pay_out.rb

Overview

Class Method Summary collapse

Methods included from HTTPCalls::Create

included

Methods inherited from Resource

class_name

Class Method Details

.get_bankwire(pay_out_id) ⇒ Object



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

.urlObject



20
21
22
# File 'lib/mangopay/pay_out.rb', line 20

def self.url(*)
  "#{MangoPay.api_path}/payouts/bankwire"
end