Sha256: db735ae90b8fcd57b0f7ebdf1e9616e44087f90a468c74ec247c8f6f03031e2e

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 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

6 entries across 6 versions & 1 rubygems

Version Path
ebanx-1.3.1 lib/ebanx/command/print.rb
ebanx-1.3.0 lib/ebanx/command/print.rb
ebanx-1.2.0 lib/ebanx/command/print.rb
ebanx-1.1.0 lib/ebanx/command/print.rb
ebanx-1.0.2 lib/ebanx/command/print.rb
ebanx-1.0.0 lib/ebanx/command/print.rb