Sha256: 87d52bb07bb1dc2488c3a46b67b40e1ec8c53871e5964f94f7ddd5be072e6b7e
Contents?: true
Size: 576 Bytes
Versions: 30
Compression:
Stored size: 576 Bytes
Contents
module AchClient class Abstract ## Interface for turning a Provider's response representation of an ACH # status into an instance of AchClient::Response class ResponseRecordProcessor ## Interface for turning a Provider's response representation of an ACH # status into an instance of AchClient::Response # @param record [Object] the record from the provider # @return [AchClient::AchResponse] our representation of the response def self.process_response_record(_record) raise AbstractMethodError end end end end
Version data entries
30 entries across 30 versions & 1 rubygems