Sha256: fa69277c23f94eea3add1cac551988b28564c2a08f74e9c282d672d23040a4c7

Contents?: true

Size: 361 Bytes

Versions: 4

Compression:

Stored size: 361 Bytes

Contents

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

      def validate
        validate_presence :date_from
        validate_presence :date_to
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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