module BuildableRecord
Direct including types
- Nacha::Addendum
- Nacha::Batch
- Nacha::BatchControl
- Nacha::BatchHeader
- Nacha::EntryDetail
- Nacha::File
- Nacha::FileControl
- Nacha::FileHeader
Defined in:
nacha/mixins/buildable_record.crInstance Method Summary
-
#build(io : IO) : IO
Convert the record in to the record line
-
#row_count : Int32
Every record is a single row.
- #valid?
Instance Method Detail
def row_count : Int32
#
Every record is a single row. File
uses
this to calculate the total number of rows
needed to build the file.