Sha256: c2e717e34dad2cd6c0e22f39593f8cc0439c2d9b70f4a19cbecd86ec2d6757bd

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

module ACH
  module Record
    # Since a number of records in ACH file must be multiple of 10, tail records
    # are used to populate empty records at the end of the file with "9" characters.
    class Tail < Base
      fields :nines
      defaults :nines => '9' * RECORD_SIZE
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ach_builder-0.2.2 lib/ach/record/tail.rb
ach_builder-0.2.1 lib/ach/record/tail.rb