Sha256: 39783a155b10214ece9973ff1ec3fb5fbac46642e22f05e79090848c20e12ec7

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

module AUB
  module Payroll
    module SummaryFile

      # just overriding executable so its easy to configure this for the gem directly
      class CustomPDFKit < PDFKit
        def executable
          AUB::Payroll.configuration.wkhtmltopdf_bin
        end
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aub-payroll-1.1.0 lib/aub/payroll/summary_file/custom_pdf_kit.rb
aub-payroll-1.0.1 lib/aub/payroll/summary_file/custom_pdf_kit.rb
aub-payroll-1.0.0 lib/aub/payroll/summary_file/custom_pdf_kit.rb