Class: Aranha::Parsers::Ofx::Data::Account
- Inherits:
-
Object
- Object
- Aranha::Parsers::Ofx::Data::Account
- Defined in:
- lib/aranha/parsers/ofx/data/account.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.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8 def number @number end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8 def routing_number @routing_number end |
#statement ⇒ Object
Returns the value of attribute statement.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8 def statement @statement end |
#transaction_uid ⇒ Object
Returns the value of attribute transaction_uid.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8 def transaction_uid @transaction_uid end |