Class: Ebanx::Command::PayoutBanks

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

Methods inherited from Command

#valid?

Constructor Details

#initializePayoutBanks

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

#validateObject



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

def validate
end