Class: Ebanx::Command::PayoutBankDetails
- Defined in:
- lib/ebanx/command/payout_bank_details.rb
Instance Attribute Summary
Attributes inherited from Command
#params, #request_action, #request_body, #request_method, #response_type
Instance Method Summary collapse
-
#initialize ⇒ PayoutBankDetails
constructor
A new instance of PayoutBankDetails.
- #validate ⇒ Object
Methods inherited from Command
Constructor Details
#initialize ⇒ PayoutBankDetails
Returns a new instance of PayoutBankDetails.
4 5 6 7 8 |
# File 'lib/ebanx/command/payout_bank_details.rb', line 4 def initialize() @request_method = :post @request_action = 'payout/bankdetails' @response_type = :json end |
Instance Method Details
#validate ⇒ Object
10 11 |
# File 'lib/ebanx/command/payout_bank_details.rb', line 10 def validate end |