Sha256: 6830e6b8cc89f6e50d8b3944729b09f361ae594580385b36973991c137232763

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

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

      def validate
        validate_presence_or :external_reference, :uid
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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