Sha256: 54350dfbf23f7b8bfbe7ce2c7fc3024f20c4ee3358ed86e67c32939383b2977c

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

module AUB
  module Payroll
    module SummaryFile
      extend ActiveSupport::Autoload

      autoload :Generator
      autoload :HTMLGenerator
      autoload :CompanyInfo
      autoload :PayrollInfo
      autoload :Transaction
      autoload :CustomPDFKit

      def self.generate(*args)
        Generator.new(*args).generate
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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