class Nacha::File
- Nacha::File
- Reference
- Object
Included Modules
Defined in:
nacha/file.crConstant Summary
-
BLOCKING_FACTOR =
10
-
FORMAT_CODE =
'1'
-
RECORD_SIZE =
94
Constructors
Instance Method Summary
- #batches : Array(Nacha::Batch)
-
#build(io : IO) : IO
Convert the record in to the record line
- #control : Nacha::FileControl
- #errors : Hash(String, Array(String))
- #errors=(errors : Hash(String, Array(String)))
- #generate : String
- #header : Nacha::FileHeader
-
#row_count : Int32
Every record is a single row.
Instance methods inherited from module BuildableRecord
build(io : IO) : IO
build,
row_count : Int32
row_count,
valid?
valid?
Constructor Detail
Instance Method Detail
def build(io : IO) : IO
#
Description copied from module BuildableRecord
Convert the record in to the record line
def row_count : Int32
#
Description copied from module BuildableRecord
Every record is a single row. File
uses
this to calculate the total number of rows
needed to build the file.