class Ebanx::Command::PayoutBalance
Public Class Methods
new(params)
click to toggle source
# 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
Public Instance Methods
validate()
click to toggle source
# File lib/ebanx/command/payout_balance.rb, line 10 def validate end