Method: AchClient::ICheckGateway::AchStatusChecker.most_recent

Defined in:
lib/ach_client/providers/soap/i_check_gateway/ach_status_checker.rb

.most_recentObject

ICheckGateway does not support this



21
22
23
24
# File 'lib/ach_client/providers/soap/i_check_gateway/ach_status_checker.rb', line 21

def self.most_recent
  # In the future, this might just return the last 24 hours or something
  raise 'ICheckGateway does not have a most_recent bucket'
end