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