Class: AchClient::Abstract::ResponseRecordProcessor
- Inherits:
-
Object
- Object
- AchClient::Abstract::ResponseRecordProcessor
- Defined in:
- lib/ach_client/providers/abstract/response_record_processor.rb
Overview
Interface for turning a Provider’s response representation of an ACH status into an instance of AchClient::Response
Direct Known Subclasses
AchClient::AchWorks::ResponseRecordProcessor, ICheckGateway::ResponseRecordProcessor
Class Method Summary collapse
-
.process_response_record(_record) ⇒ AchClient::AchResponse
Interface for turning a Provider’s response representation of an ACH status into an instance of AchClient::Response.
Class Method Details
.process_response_record(_record) ⇒ AchClient::AchResponse
Interface for turning a Provider’s response representation of an ACH status into an instance of AchClient::Response
10 11 12 |
# File 'lib/ach_client/providers/abstract/response_record_processor.rb', line 10 def self.process_response_record(_record) raise AbstractMethodError end |