Class: OpenBankingIO::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/open_banking_io/models.rb

Overview

A bank connection (consent).

Instance Attribute Summary collapse

Instance Attribute Details

#account_countObject

Returns the value of attribute account_count

Returns:

  • (Object)

    the current value of account_count



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def 
  @account_count
end

#aspsp_countryObject

Returns the value of attribute aspsp_country

Returns:

  • (Object)

    the current value of aspsp_country



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def aspsp_country
  @aspsp_country
end

#aspsp_nameObject

Returns the value of attribute aspsp_name

Returns:

  • (Object)

    the current value of aspsp_name



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def aspsp_name
  @aspsp_name
end

#last_synced_atObject

Returns the value of attribute last_synced_at

Returns:

  • (Object)

    the current value of last_synced_at



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def last_synced_at
  @last_synced_at
end

#psu_typeObject

Returns the value of attribute psu_type

Returns:

  • (Object)

    the current value of psu_type



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def psu_type
  @psu_type
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def session_id
  @session_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def status
  @status
end

#valid_untilObject

Returns the value of attribute valid_until

Returns:

  • (Object)

    the current value of valid_until



71
72
73
# File 'lib/open_banking_io/models.rb', line 71

def valid_until
  @valid_until
end