Sha256: bdfc597825c84e65c2a193ce847bc26ebe0a31ecaa2488b2b86635da93a5d477

Contents?: true

Size: 121 Bytes

Versions: 12

Compression:

Stored size: 121 Bytes

Contents

module Datev
  class AccountExport < Export
    self.header_class = AccountHeader
    self.row_class = Account
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
datev-0.11.0 lib/datev/export/account_export.rb
datev-0.10.0 lib/datev/export/account_export.rb
datev-0.9.0 lib/datev/export/account_export.rb
datev-0.8.2 lib/datev/export/account_export.rb
datev-0.8.1 lib/datev/export/account_export.rb
datev-0.8.0 lib/datev/export/account_export.rb
datev-0.7.0 lib/datev/export/account_export.rb
datev-0.6.0 lib/datev/export/account_export.rb
datev-0.5.1 lib/datev/export/account_export.rb
datev-0.5.0 lib/datev/export/account_export.rb
datev-0.4.0 lib/datev/export/account_export.rb
datev-0.3.1 lib/datev/export/account_export.rb