Class: Billogram::DomesticBankAccount
- Defined in:
- lib/billogram/resources/domestic_bank_account.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary collapse
-
#account_no ⇒ Object
Returns the value of attribute account_no.
-
#clearing_no ⇒ Object
Returns the value of attribute clearing_no.
Method Summary
Methods inherited from Resource
build_objects, create, delete, #delete, endpoint, #endpoint, fetch, #initialize, #perform_request, perform_request, relation, relations, search, #to_json, #update, update
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#account_no ⇒ Object
Returns the value of attribute account_no.
3 4 5 |
# File 'lib/billogram/resources/domestic_bank_account.rb', line 3 def account_no @account_no end |
#clearing_no ⇒ Object
Returns the value of attribute clearing_no.
3 4 5 |
# File 'lib/billogram/resources/domestic_bank_account.rb', line 3 def clearing_no @clearing_no end |