Sha256: 2e1e85b658ace62e7274edfee39165e4fe0d429a266a07e4f3440d3a4f9d8b26

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

module Ebanx
  module Command
    class PayoutBanks < Command
      def initialize()
        @request_method = :post
        @request_action = 'payout/banks'
        @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_banks.rb
ebanx-1.3.4 lib/ebanx/command/payout_banks.rb
ebanx-1.3.3 lib/ebanx/command/payout_banks.rb
ebanx-1.3.2 lib/ebanx/command/payout_banks.rb