Module: FidorApi::PreauthDetails
- Defined in:
- lib/fidor_api/preauth_details.rb
Defined Under Namespace
Classes: Base, CapitalBond, CreditCard, CurrencyOrder, Gmt, InternalTransfer, Ripple, Unknown
Class Method Summary collapse
Class Method Details
.build(type, hash) ⇒ Object
5 6 7 |
# File 'lib/fidor_api/preauth_details.rb', line 5 def self.build(type, hash) implementation(type).new(hash) end |