Class: FioAPI::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/base/account.rb

Overview

Account class representing the Account entity

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FioAPI::Base

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



4
5
6
# File 'lib/base/account.rb', line 4

def 
  @account_id
end

#bank_idObject

Returns the value of attribute bank_id.



4
5
6
# File 'lib/base/account.rb', line 4

def bank_id
  @bank_id
end

#bicObject

Returns the value of attribute bic.



4
5
6
# File 'lib/base/account.rb', line 4

def bic
  @bic
end

#closing_balanceObject

Returns the value of attribute closing_balance.



4
5
6
# File 'lib/base/account.rb', line 4

def closing_balance
  @closing_balance
end

#currencyObject

Returns the value of attribute currency.



4
5
6
# File 'lib/base/account.rb', line 4

def currency
  @currency
end

#date_endObject

Returns the value of attribute date_end.



4
5
6
# File 'lib/base/account.rb', line 4

def date_end
  @date_end
end

#date_startObject

Returns the value of attribute date_start.



4
5
6
# File 'lib/base/account.rb', line 4

def date_start
  @date_start
end

#ibanObject

Returns the value of attribute iban.



4
5
6
# File 'lib/base/account.rb', line 4

def iban
  @iban
end

#id_fromObject

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_downloadObject

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_listObject

Returns the value of attribute id_list.



4
5
6
# File 'lib/base/account.rb', line 4

def id_list
  @id_list
end

#id_toObject

Returns the value of attribute id_to.



4
5
6
# File 'lib/base/account.rb', line 4

def id_to
  @id_to
end

#opening_balanceObject

Returns the value of attribute opening_balance.



4
5
6
# File 'lib/base/account.rb', line 4

def opening_balance
  @opening_balance
end

#year_listObject

Returns the value of attribute year_list.



4
5
6
# File 'lib/base/account.rb', line 4

def year_list
  @year_list
end