Sha256: be4e8fc140ed03130fd83bb5acd3cda8ecec43df188cbb722883ad90e9d3b946

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

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

      def validate
        validate_presence :hash
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ebanx-0.1.0 lib/ebanx/command/print_html.rb