Class: FindSubscriptions::Transaction
- Inherits:
-
Struct
- Object
- Struct
- FindSubscriptions::Transaction
- Defined in:
- lib/find_subscriptions/transaction.rb
Overview
A single parsed transaction: date, payee, signed amount (positive = outgoing), and raw row.
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#date ⇒ Object
Returns the value of attribute date.
-
#payee ⇒ Object
Returns the value of attribute payee.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
8 9 10 |
# File 'lib/find_subscriptions/transaction.rb', line 8 def amount @amount end |
#date ⇒ Object
Returns the value of attribute date
8 9 10 |
# File 'lib/find_subscriptions/transaction.rb', line 8 def date @date end |
#payee ⇒ Object
Returns the value of attribute payee
8 9 10 |
# File 'lib/find_subscriptions/transaction.rb', line 8 def payee @payee end |
#raw ⇒ Object
Returns the value of attribute raw
8 9 10 |
# File 'lib/find_subscriptions/transaction.rb', line 8 def raw @raw end |