Class: OfxParser::Account
- Inherits:
-
Object
- Object
- OfxParser::Account
- Defined in:
- lib/ofx.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#statement ⇒ Object
Returns the value of attribute statement.
-
#transaction_uid ⇒ Object
Returns the value of attribute transaction_uid.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number.
72 73 74 |
# File 'lib/ofx.rb', line 72 def number @number end |
#statement ⇒ Object
Returns the value of attribute statement.
72 73 74 |
# File 'lib/ofx.rb', line 72 def statement @statement end |
#transaction_uid ⇒ Object
Returns the value of attribute transaction_uid.
72 73 74 |
# File 'lib/ofx.rb', line 72 def transaction_uid @transaction_uid end |