Class: OpenBankingIO::Account
- Inherits:
-
Struct
- Object
- Struct
- OpenBankingIO::Account
- Defined in:
- lib/open_banking_io/models.rb
Overview
A bank account with its sensitive fields decrypted.
Instance Attribute Summary collapse
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#aspsp_country ⇒ Object
Returns the value of attribute aspsp_country.
-
#aspsp_name ⇒ Object
Returns the value of attribute aspsp_name.
-
#balances ⇒ Object
Returns the value of attribute balances.
-
#bban ⇒ Object
Returns the value of attribute bban.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#id ⇒ Object
Returns the value of attribute id.
-
#needs_reconnect ⇒ Object
Returns the value of attribute needs_reconnect.
-
#owner_name ⇒ Object
Returns the value of attribute owner_name.
-
#product ⇒ Object
Returns the value of attribute product.
Instance Attribute Details
#account_name ⇒ Object
Returns the value of attribute account_name
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def account_name @account_name end |
#account_type ⇒ Object
Returns the value of attribute account_type
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def account_type @account_type end |
#aspsp_country ⇒ Object
Returns the value of attribute aspsp_country
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def aspsp_country @aspsp_country end |
#aspsp_name ⇒ Object
Returns the value of attribute aspsp_name
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def aspsp_name @aspsp_name end |
#balances ⇒ Object
Returns the value of attribute balances
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def balances @balances end |
#bban ⇒ Object
Returns the value of attribute bban
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def bban @bban end |
#bic ⇒ Object
Returns the value of attribute bic
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def bic @bic end |
#currency ⇒ Object
Returns the value of attribute currency
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def currency @currency end |
#display_name ⇒ Object
Returns the value of attribute display_name
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def display_name @display_name end |
#iban ⇒ Object
Returns the value of attribute iban
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def iban @iban end |
#id ⇒ Object
Returns the value of attribute id
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def id @id end |
#needs_reconnect ⇒ Object
Returns the value of attribute needs_reconnect
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def needs_reconnect @needs_reconnect end |
#owner_name ⇒ Object
Returns the value of attribute owner_name
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def owner_name @owner_name end |
#product ⇒ Object
Returns the value of attribute product
20 21 22 |
# File 'lib/open_banking_io/models.rb', line 20 def product @product end |