Class: AchClient::Fake::AchBatch

Inherits:
Abstract::AchBatch show all
Defined in:
lib/ach_client/providers/soap/fake/ach_batch.rb

Instance Method Summary collapse

Methods inherited from Abstract::AchBatch

#initialize, #send_batch

Constructor Details

This class inherits a constructor from AchClient::Abstract::AchBatch

Instance Method Details

#do_send_batchObject

Fake batch ACH sending just returns the provided external_ach_ids to indicate success



6
7
8
# File 'lib/ach_client/providers/soap/fake/ach_batch.rb', line 6

def do_send_batch
  @ach_transactions.map(&:external_ach_id)
end