Class: OFX::Transaction
- Inherits:
-
Object
- Object
- OFX::Transaction
- Defined in:
- lib/ofx/transaction.rb
Instance Attribute Summary collapse
-
#dtposted ⇒ Object
Returns the value of attribute dtposted.
-
#fitid ⇒ Object
Returns the value of attribute fitid.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#name ⇒ Object
Returns the value of attribute name.
-
#trnamt ⇒ Object
Returns the value of attribute trnamt.
-
#trntype ⇒ Object
Returns the value of attribute trntype.
Instance Attribute Details
#dtposted ⇒ Object
Returns the value of attribute dtposted.
4 5 6 |
# File 'lib/ofx/transaction.rb', line 4 def dtposted @dtposted end |
#fitid ⇒ Object
Returns the value of attribute fitid.
6 7 8 |
# File 'lib/ofx/transaction.rb', line 6 def fitid @fitid end |
#memo ⇒ Object
Returns the value of attribute memo.
8 9 10 |
# File 'lib/ofx/transaction.rb', line 8 def memo @memo end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/ofx/transaction.rb', line 7 def name @name end |
#trnamt ⇒ Object
Returns the value of attribute trnamt.
5 6 7 |
# File 'lib/ofx/transaction.rb', line 5 def trnamt @trnamt end |
#trntype ⇒ Object
Returns the value of attribute trntype.
3 4 5 |
# File 'lib/ofx/transaction.rb', line 3 def trntype @trntype end |