Class: Yodlee::Transaction
- Inherits:
-
Struct
- Object
- Struct
- Yodlee::Transaction
- Defined in:
- lib/yodlee.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#fit_id ⇒ Object
Returns the value of attribute fit_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id
20 21 22 |
# File 'lib/yodlee.rb', line 20 def account_id @account_id end |
#account_name ⇒ Object
Returns the value of attribute account_name
20 21 22 |
# File 'lib/yodlee.rb', line 20 def account_name @account_name end |
#amount ⇒ Object
Returns the value of attribute amount
20 21 22 |
# File 'lib/yodlee.rb', line 20 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency
20 21 22 |
# File 'lib/yodlee.rb', line 20 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date
20 21 22 |
# File 'lib/yodlee.rb', line 20 def date @date end |
#description ⇒ Object
Returns the value of attribute description
20 21 22 |
# File 'lib/yodlee.rb', line 20 def description @description end |
#fit_id ⇒ Object
Returns the value of attribute fit_id
20 21 22 |
# File 'lib/yodlee.rb', line 20 def fit_id @fit_id end |
#status ⇒ Object
Returns the value of attribute status
20 21 22 |
# File 'lib/yodlee.rb', line 20 def status @status end |