Module: QVO::Withdrawals
Instance Method Summary collapse
Instance Method Details
#create(data) ⇒ Object
5 6 7 |
# File 'lib/qvo/withdrawals.rb', line 5 def create(data) QVO.post "/withdrawals", data end |
#get(withdrawal_id) ⇒ Object
9 10 11 |
# File 'lib/qvo/withdrawals.rb', line 9 def get(withdrawal_id) QVO.get "/withdrawals/#{withdrawal_id}" end |
#list ⇒ Object
13 14 15 |
# File 'lib/qvo/withdrawals.rb', line 13 def list QVO.get "/withdrawals" end |