Class: Bankster::Transaction
- Inherits:
-
Object
- Object
- Bankster::Transaction
- Defined in:
- lib/bankster/transaction/models/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#booking_date ⇒ Object
Returns the value of attribute booking_date.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#name ⇒ Object
Returns the value of attribute name.
-
#purpose ⇒ Object
Returns the value of attribute purpose.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valutation_date ⇒ Object
Returns the value of attribute valutation_date.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/bankster/transaction/models/transaction.rb', line 7 def amount @amount end |
#bic ⇒ Object
Returns the value of attribute bic.
5 6 7 |
# File 'lib/bankster/transaction/models/transaction.rb', line 5 def bic @bic end |
#booking_date ⇒ Object
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 |
#iban ⇒ Object
Returns the value of attribute iban.
4 5 6 |
# File 'lib/bankster/transaction/models/transaction.rb', line 4 def iban @iban end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/bankster/transaction/models/transaction.rb', line 6 def name @name end |
#purpose ⇒ Object
Returns the value of attribute purpose.
3 4 5 |
# File 'lib/bankster/transaction/models/transaction.rb', line 3 def purpose @purpose end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/bankster/transaction/models/transaction.rb', line 8 def type @type end |
#valutation_date ⇒ Object
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 |