Sha256: d03cb7a27b82afae269bcb5fd64e81613cbde670e07bbf81fa2cfb8a083571f5

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

module Ebanx
  module Command
    class PayoutBalance < Command
      def initialize(params)
        @params         = params
        @request_method = :post
        @request_action = 'payout/balance'
        @response_type  = :json
      end
      def validate
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ebanx-1.3.5 lib/ebanx/command/payout_balance.rb
ebanx-1.3.4 lib/ebanx/command/payout_balance.rb
ebanx-1.3.3 lib/ebanx/command/payout_balance.rb
ebanx-1.3.2 lib/ebanx/command/payout_balance.rb