Class: Finix::BankAccount
- Inherits:
-
PaymentInstrument
- Object
- PaymentInstrument
- Finix::BankAccount
- Defined in:
- lib/finix/resources/bank_account.rb
Instance Attribute Summary
Attributes included from HalResource
Instance Method Summary collapse
-
#initialize(attributes = {}, self_href = nil) ⇒ BankAccount
constructor
A new instance of BankAccount.
Methods inherited from PaymentInstrument
Methods included from Verifiable
Methods included from HypermediaRegistry
Methods included from Resource
#copy_from, #fetch, #hydrate, included, #refresh, #sanitize, #save, #to_s
Methods included from HalResource
#load_page_from_response!, #method_missing
Constructor Details
#initialize(attributes = {}, self_href = nil) ⇒ BankAccount
Returns a new instance of BankAccount.
4 5 6 7 |
# File 'lib/finix/resources/bank_account.rb', line 4 def initialize(attributes = {}, self_href = nil) super(attributes, self_href) self.type = 'BANK_ACCOUNT' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Finix::HalResource