Class: FioAPI::Account
Overview
Account class representing the Account entity
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#bank_id ⇒ Object
Returns the value of attribute bank_id.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#closing_balance ⇒ Object
Returns the value of attribute closing_balance.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date_end ⇒ Object
Returns the value of attribute date_end.
-
#date_start ⇒ Object
Returns the value of attribute date_start.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#id_from ⇒ Object
Returns the value of attribute id_from.
-
#id_last_download ⇒ Object
Returns the value of attribute id_last_download.
-
#id_list ⇒ Object
Returns the value of attribute id_list.
-
#id_to ⇒ Object
Returns the value of attribute id_to.
-
#opening_balance ⇒ Object
Returns the value of attribute opening_balance.
-
#year_list ⇒ Object
Returns the value of attribute year_list.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FioAPI::Base
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
4 5 6 |
# File 'lib/base/account.rb', line 4 def account_id @account_id end |
#bank_id ⇒ Object
Returns the value of attribute bank_id.
4 5 6 |
# File 'lib/base/account.rb', line 4 def bank_id @bank_id end |
#bic ⇒ Object
Returns the value of attribute bic.
4 5 6 |
# File 'lib/base/account.rb', line 4 def bic @bic end |
#closing_balance ⇒ Object
Returns the value of attribute closing_balance.
4 5 6 |
# File 'lib/base/account.rb', line 4 def closing_balance @closing_balance end |
#currency ⇒ Object
Returns the value of attribute currency.
4 5 6 |
# File 'lib/base/account.rb', line 4 def currency @currency end |
#date_end ⇒ Object
Returns the value of attribute date_end.
4 5 6 |
# File 'lib/base/account.rb', line 4 def date_end @date_end end |
#date_start ⇒ Object
Returns the value of attribute date_start.
4 5 6 |
# File 'lib/base/account.rb', line 4 def date_start @date_start end |
#iban ⇒ Object
Returns the value of attribute iban.
4 5 6 |
# File 'lib/base/account.rb', line 4 def iban @iban end |
#id_from ⇒ Object
Returns the value of attribute id_from.
4 5 6 |
# File 'lib/base/account.rb', line 4 def id_from @id_from end |
#id_last_download ⇒ Object
Returns the value of attribute id_last_download.
4 5 6 |
# File 'lib/base/account.rb', line 4 def id_last_download @id_last_download end |
#id_list ⇒ Object
Returns the value of attribute id_list.
4 5 6 |
# File 'lib/base/account.rb', line 4 def id_list @id_list end |
#id_to ⇒ Object
Returns the value of attribute id_to.
4 5 6 |
# File 'lib/base/account.rb', line 4 def id_to @id_to end |
#opening_balance ⇒ Object
Returns the value of attribute opening_balance.
4 5 6 |
# File 'lib/base/account.rb', line 4 def opening_balance @opening_balance end |
#year_list ⇒ Object
Returns the value of attribute year_list.
4 5 6 |
# File 'lib/base/account.rb', line 4 def year_list @year_list end |