class

Nacha::File

Inherits BuildableRecord < Reference < Object

Constants

BLOCKING_FACTOR = 10
FORMAT_CODE = '1'
RECORD_SIZE = 94

Constructors

new(header : FileHeader, batches : Array(Batch))
Source

Instance methods

batches
Source
build(io : IO) : IO

Convert the record in to the record line

Source
control
Source
errors
errors=(errors : Hash(String, Array(String)))
generate
Source
header
Source
row_count

Every record is a single row. File uses this to calculate the total number of rows needed to build the file.

Source