Class: OFX::AccountInformation
- Inherits:
-
Object
- Object
- OFX::AccountInformation
- Defined in:
- lib/ofx/signup_message_set.rb
Instance Attribute Summary collapse
-
#account_information ⇒ Object
Returns the value of attribute account_information.
-
#description ⇒ Object
Returns the value of attribute description.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
Instance Attribute Details
#account_information ⇒ Object
Returns the value of attribute account_information.
82 83 84 |
# File 'lib/ofx/signup_message_set.rb', line 82 def account_information @account_information end |
#description ⇒ Object
Returns the value of attribute description.
80 81 82 |
# File 'lib/ofx/signup_message_set.rb', line 80 def description @description end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
81 82 83 |
# File 'lib/ofx/signup_message_set.rb', line 81 def phone_number @phone_number end |