Sha256: ffa636163871af95c306d3fb50949fa059ace6d9e4fa7c73623b7a3c696e023d

Contents?: true

Size: 311 Bytes

Versions: 4

Compression:

Stored size: 311 Bytes

Contents

module Ebanx
  module Command
    class Print < Command
      def initialize(params)
        @params         = params
        @request_method = :get
        @request_action = 'print'
        @response_type  = 'text/html'
      end

      def validate
        validate_presence :hash
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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