Class: AchClient::ICheckGateway::AchBatch

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

Overview

Implementation of AchBatch for ICheckGateway

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

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