Class: ACH::File::Control

Inherits:
Record::Base show all
Defined in:
lib/ach/file/control.rb

Overview

Every ACH::File ends with an ACH::File::Control record.

Fields:

  • record_type

  • batch_count

  • block_count

  • file_entry_addenda_count

  • entry_hash

  • total_debit_amount

  • total_credit_amount

  • bank_39

Constant Summary

Constants included from Constants

Constants::BATCH_ADDENDA_RECORD_TYPE, Constants::BATCH_CONTROL_RECORD_TYPE, Constants::BATCH_ENTRY_RECORD_TYPE, Constants::BATCH_HEADER_RECORD_TYPE, Constants::BLOCKING_FACTOR, Constants::FILE_CONTROL_RECORD_TYPE, Constants::FILE_HEADER_RECORD_TYPE, Constants::FORMAT_CODE, Constants::RECORD_SIZE, Constants::ROWS_DELIMITER

Method Summary

Methods inherited from Record::Base

#[]=, defaults, fields, #fields, from_s, #initialize, #to_s!

Methods included from Validations

#errors, #valid?

Constructor Details

This class inherits a constructor from ACH::Record::Base