Class: AchClient::Abstract::CompanyInfo
- Inherits:
-
Object
- Object
- AchClient::Abstract::CompanyInfo
- Defined in:
- lib/ach_client/providers/abstract/company_info.rb
Overview
Interface for storing company credentials used with a provider
Direct Known Subclasses
AchClient::AchWorks::CompanyInfo, ICheckGateway::CompanyInfo
Class Method Summary collapse
-
.build ⇒ CompanyInfo
Instance built from configuration values.
Instance Method Summary collapse
-
#to_hash ⇒ Hash
Build a hash to send to provider.
Class Method Details
.build ⇒ CompanyInfo
Returns instance built from configuration values.
8 9 10 |
# File 'lib/ach_client/providers/abstract/company_info.rb', line 8 def self.build raise AbstractMethodError end |
Instance Method Details
#to_hash ⇒ Hash
Build a hash to send to provider
15 16 17 |
# File 'lib/ach_client/providers/abstract/company_info.rb', line 15 def to_hash raise AbstractMethodError end |