Sha256: 02486dabd3282c961f5c34d8524033b9f5ce629dc07071b4589c49d288af7ce8

Contents?: true

Size: 121 Bytes

Versions: 12

Compression:

Stored size: 121 Bytes

Contents

module Datev
  class BookingExport < Export
    self.header_class = BookingHeader
    self.row_class = Booking
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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