Class: OFX::PasswordChangeResponse

Inherits:
TransactionalResponse show all
Defined in:
lib/ofx/signon_message_set.rb

Instance Attribute Summary

Attributes inherited from TransactionalResponse

#client_cookie, #transaction_identifier

Attributes inherited from Response

#status

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_changedObject

Raises:

  • (NotImplementedError)


112
113
114
# File 'lib/ofx/signon_message_set.rb', line 112

def date_changed
    raise NotImplementedError
end

#user_identificationObject

Raises:

  • (NotImplementedError)


108
109
110
# File 'lib/ofx/signon_message_set.rb', line 108

def user_identification
    raise NotImplementedError
end