Class: AchClient::Fake::AchBatch
- Inherits:
-
Abstract::AchBatch
- Object
- Abstract::AchBatch
- AchClient::Fake::AchBatch
- Defined in:
- lib/ach_client/providers/soap/fake/ach_batch.rb
Instance Method Summary collapse
-
#do_send_batch ⇒ Object
Fake batch ACH sending just returns the provided external_ach_ids to indicate success.
Methods inherited from Abstract::AchBatch
Constructor Details
This class inherits a constructor from AchClient::Abstract::AchBatch
Instance Method Details
#do_send_batch ⇒ Object
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 |