module BuildableRecord

Direct including types

Defined in:

nacha/mixins/buildable_record.cr

Instance Method Summary

Instance Method Detail

abstract def build(io : IO) : IO #

Convert the record in to the record line


[View source]
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.


[View source]
def valid? #

[View source]