Class: Ibancom::Resources::SCAN::Account
- Defined in:
- lib/ibancom/resources/scan/account.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#sortcode ⇒ Object
Returns the value of attribute sortcode.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ibancom::Resources::Base
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
7 8 9 |
# File 'lib/ibancom/resources/scan/account.rb', line 7 def account @account end |
#iban ⇒ Object
Returns the value of attribute iban.
7 8 9 |
# File 'lib/ibancom/resources/scan/account.rb', line 7 def iban @iban end |
#sortcode ⇒ Object
Returns the value of attribute sortcode.
7 8 9 |
# File 'lib/ibancom/resources/scan/account.rb', line 7 def sortcode @sortcode end |