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