Class: Ebanx::Command::PayoutBankDetails

Inherits:
Command
  • Object
show all
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

Methods inherited from Command

#valid?

Constructor Details

#initializePayoutBankDetails

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

#validateObject



10
11
# File 'lib/ebanx/command/payout_bank_details.rb', line 10

def validate
end