Class: OfxParser::Account
- Inherits:
-
Object
- Object
- OfxParser::Account
- Defined in:
- lib/ofx_parser/ofx.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#routing_number ⇒ Object
Returns the value of attribute routing_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.
29 30 31 |
# File 'lib/ofx_parser/ofx.rb', line 29 def number @number end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
29 30 31 |
# File 'lib/ofx_parser/ofx.rb', line 29 def routing_number @routing_number end |
#statement ⇒ Object
Returns the value of attribute statement.
29 30 31 |
# File 'lib/ofx_parser/ofx.rb', line 29 def statement @statement end |
#transaction_uid ⇒ Object
Returns the value of attribute transaction_uid.
29 30 31 |
# File 'lib/ofx_parser/ofx.rb', line 29 def transaction_uid @transaction_uid end |