Class: OpenBankingIO::Connection
- Inherits:
-
Struct
- Object
- Struct
- OpenBankingIO::Connection
- Defined in:
- lib/open_banking_io/models.rb
Overview
A bank connection (consent).
Instance Attribute Summary collapse
-
#account_count ⇒ Object
Returns the value of attribute account_count.
-
#aspsp_country ⇒ Object
Returns the value of attribute aspsp_country.
-
#aspsp_name ⇒ Object
Returns the value of attribute aspsp_name.
-
#last_synced_at ⇒ Object
Returns the value of attribute last_synced_at.
-
#psu_type ⇒ Object
Returns the value of attribute psu_type.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#valid_until ⇒ Object
Returns the value of attribute valid_until.
Instance Attribute Details
#account_count ⇒ Object
Returns the value of attribute account_count
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def account_count @account_count end |
#aspsp_country ⇒ Object
Returns the value of attribute aspsp_country
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def aspsp_country @aspsp_country end |
#aspsp_name ⇒ Object
Returns the value of attribute aspsp_name
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def aspsp_name @aspsp_name end |
#last_synced_at ⇒ Object
Returns the value of attribute last_synced_at
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def last_synced_at @last_synced_at end |
#psu_type ⇒ Object
Returns the value of attribute psu_type
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def psu_type @psu_type end |
#session_id ⇒ Object
Returns the value of attribute session_id
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def session_id @session_id end |
#status ⇒ Object
Returns the value of attribute status
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def status @status end |
#valid_until ⇒ Object
Returns the value of attribute valid_until
71 72 73 |
# File 'lib/open_banking_io/models.rb', line 71 def valid_until @valid_until end |