Class: Bankster::Transaction

Inherits:
Object
  • Object
show all
Defined in:
lib/bankster/transaction/models/transaction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



7
8
9
# File 'lib/bankster/transaction/models/transaction.rb', line 7

def amount
  @amount
end

#bicObject

Returns the value of attribute bic.



5
6
7
# File 'lib/bankster/transaction/models/transaction.rb', line 5

def bic
  @bic
end

#booking_dateObject

Returns the value of attribute booking_date.



9
10
11
# File 'lib/bankster/transaction/models/transaction.rb', line 9

def booking_date
  @booking_date
end

#ibanObject

Returns the value of attribute iban.



4
5
6
# File 'lib/bankster/transaction/models/transaction.rb', line 4

def iban
  @iban
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/bankster/transaction/models/transaction.rb', line 6

def name
  @name
end

#purposeObject

Returns the value of attribute purpose.



3
4
5
# File 'lib/bankster/transaction/models/transaction.rb', line 3

def purpose
  @purpose
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/bankster/transaction/models/transaction.rb', line 8

def type
  @type
end

#valutation_dateObject

Returns the value of attribute valutation_date.



10
11
12
# File 'lib/bankster/transaction/models/transaction.rb', line 10

def valutation_date
  @valutation_date
end