Method: AchClient::Abstract::AchStatusChecker.in_range

Defined in:
lib/ach_client/providers/abstract/ach_status_checker.rb

.in_rangeHash{String => [AchClient::AchResponse]}

Wrapper for a providers range response endpoint

Returns:

  • (Hash{String => [AchClient::AchResponse]})

    Hash with provider’s external ACH id as the key, list of AchResponse objects as values

Raises:



16
17
18
# File 'lib/ach_client/providers/abstract/ach_status_checker.rb', line 16

def self.in_range(*)
  raise AbstractMethodError
end