Class: AchClient::ICheckGateway::AchBatch
- Inherits:
-
Abstract::AchBatch
- Object
- Abstract::AchBatch
- AchClient::ICheckGateway::AchBatch
- Defined in:
- lib/ach_client/providers/soap/i_check_gateway/ach_batch.rb
Overview
Implementation of AchBatch for ICheckGateway
Instance Method Summary collapse
-
#do_send_batch ⇒ Object
ICheckGateway does not support ACH batching.
Methods inherited from Abstract::AchBatch
Constructor Details
This class inherits a constructor from AchClient::Abstract::AchBatch
Instance Method Details
#do_send_batch ⇒ Object
ICheckGateway does not support ACH batching
7 8 9 |
# File 'lib/ach_client/providers/soap/i_check_gateway/ach_batch.rb', line 7 def do_send_batch raise 'ICheckGateway does not support ACH batching' end |