Method: ACH::Batch#initialize

Defined in:
lib/ach/batch.rb

#initializeBatch

Returns a new instance of Batch.



9
10
11
12
13
14
# File 'lib/ach/batch.rb', line 9

def initialize
  @entries = []
  @addendas = []
  @header = Records::BatchHeader.new
  @control = Records::BatchControl.new
end