Class: Qonto::Model::BankAccount

Inherits:
Base
  • Object
show all
Defined in:
lib/qonto/model/bank_account.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Qonto::Model::Base

Instance Attribute Details

#authorized_balanceObject

Returns the value of attribute authorized_balance.



10
11
12
# File 'lib/qonto/model/bank_account.rb', line 10

def authorized_balance
  @authorized_balance
end

#authorized_balance_centsObject

Returns the value of attribute authorized_balance_cents.



11
12
13
# File 'lib/qonto/model/bank_account.rb', line 11

def authorized_balance_cents
  @authorized_balance_cents
end

#balanceObject

Returns the value of attribute balance.



8
9
10
# File 'lib/qonto/model/bank_account.rb', line 8

def balance
  @balance
end

#balance_centsObject

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

#bicObject

Returns the value of attribute bic.



6
7
8
# File 'lib/qonto/model/bank_account.rb', line 6

def bic
  @bic
end

#currentObject

Returns the value of attribute current.



7
8
9
# File 'lib/qonto/model/bank_account.rb', line 7

def current
  @current
end

#ibanObject

Returns the value of attribute iban.



5
6
7
# File 'lib/qonto/model/bank_account.rb', line 5

def iban
  @iban
end

#slugObject

Returns the value of attribute slug.



4
5
6
# File 'lib/qonto/model/bank_account.rb', line 4

def slug
  @slug
end