Method: AchClient::Abstract::AchStatusChecker.in_range
- Defined in:
- lib/ach_client/providers/abstract/ach_status_checker.rb
.in_range ⇒ Hash{String => [AchClient::AchResponse]}
Wrapper for a providers range response endpoint
16 17 18 |
# File 'lib/ach_client/providers/abstract/ach_status_checker.rb', line 16 def self.in_range(*) raise AbstractMethodError end |