Class: Bygpay::Withdrawals
- Inherits:
-
Object
- Object
- Bygpay::Withdrawals
- Includes:
- Utils
- Defined in:
- lib/bygpay/withdrawals.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes included from Utils
#amount, #meta_data, #response, #response_text, #result, #status, #transaction_id, #uuid
Instance Method Summary collapse
- #sendmoney ⇒ Object
-
#transaction_status(uuid) ⇒ Object
Return deposit transaction status.
Methods included from Utils
#card_deposit_endpoint, #deposit_status_endpoint, #expresspay_deposit_endpoint, #get_status, #http_connect, #hubtel_deposit_endpoint, #mobile_deposit_endpoint, #mobile_withdraw_endpoint, #parse_response, #paystack_deposit_endpoint, #post, #rave_deposit_endpoint, #withdraw_status_endpoint
Instance Method Details
#sendmoney ⇒ Object
5 |
# File 'lib/bygpay/withdrawals.rb', line 5 def sendmoney; end |
#transaction_status(uuid) ⇒ Object
Return deposit transaction status
8 9 10 |
# File 'lib/bygpay/withdrawals.rb', line 8 def transaction_status(uuid) get_status(withdraw_status_endpoint, uuid) end |