Class: AchClient::Abstract::ResponseRecordProcessor

Inherits:
Object
  • Object
show all
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

Class Method Summary collapse

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

Parameters:

  • record (Object)

    the record from the provider

Returns:

Raises:



10
11
12
# File 'lib/ach_client/providers/abstract/response_record_processor.rb', line 10

def self.process_response_record(_record)
  raise AbstractMethodError
end