Class: Qonto::Model::BankAccount
- Defined in:
- lib/qonto/model/bank_account.rb
Instance Attribute Summary collapse
-
#authorized_balance ⇒ Object
Returns the value of attribute authorized_balance.
-
#authorized_balance_cents ⇒ Object
Returns the value of attribute authorized_balance_cents.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#balance_cents ⇒ Object
Returns the value of attribute balance_cents.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#current ⇒ Object
Returns the value of attribute current.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#slug ⇒ Object
Returns the value of attribute slug.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qonto::Model::Base
Instance Attribute Details
#authorized_balance ⇒ Object
Returns the value of attribute authorized_balance.
10 11 12 |
# File 'lib/qonto/model/bank_account.rb', line 10 def @authorized_balance end |
#authorized_balance_cents ⇒ Object
Returns the value of attribute authorized_balance_cents.
11 12 13 |
# File 'lib/qonto/model/bank_account.rb', line 11 def @authorized_balance_cents end |
#balance ⇒ Object
Returns the value of attribute balance.
8 9 10 |
# File 'lib/qonto/model/bank_account.rb', line 8 def balance @balance end |
#balance_cents ⇒ Object
Returns the value of attribute balance_cents.
9 10 11 |
# File 'lib/qonto/model/bank_account.rb', line 9 def balance_cents @balance_cents end |
#bic ⇒ Object
Returns the value of attribute bic.
6 7 8 |
# File 'lib/qonto/model/bank_account.rb', line 6 def bic @bic end |
#current ⇒ Object
Returns the value of attribute current.
7 8 9 |
# File 'lib/qonto/model/bank_account.rb', line 7 def current @current end |
#iban ⇒ Object
Returns the value of attribute iban.
5 6 7 |
# File 'lib/qonto/model/bank_account.rb', line 5 def iban @iban end |
#slug ⇒ Object
Returns the value of attribute slug.
4 5 6 |
# File 'lib/qonto/model/bank_account.rb', line 4 def slug @slug end |