Class: OFX::PasswordChangeResponse
- Inherits:
-
TransactionalResponse
- Object
- Response
- TransactionalResponse
- OFX::PasswordChangeResponse
- Defined in:
- lib/ofx/signon_message_set.rb
Instance Attribute Summary
Attributes inherited from TransactionalResponse
#client_cookie, #transaction_identifier
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from TransactionalResponse
#ofx_102_response_body, #to_ofx_102_s
Methods inherited from Response
#ofx_102_response_body, #to_ofx_102_s
Instance Method Details
#date_changed ⇒ Object
112 113 114 |
# File 'lib/ofx/signon_message_set.rb', line 112 def date_changed raise NotImplementedError end |
#user_identification ⇒ Object
108 109 110 |
# File 'lib/ofx/signon_message_set.rb', line 108 def user_identification raise NotImplementedError end |