Class: OFX::ChallengeResponse
Instance Attribute Summary
Attributes inherited from Response
#status
Instance Method Summary
collapse
Methods inherited from Response
#ofx_102_response_body, #to_ofx_102_s
Instance Method Details
#financial_institution_certificate_identifier ⇒ Object
138
139
140
|
# File 'lib/ofx/signon_message_set.rb', line 138
def financial_institution_certificate_identifier
raise NotImplementedError
end
|
#nonce ⇒ Object
134
135
136
|
# File 'lib/ofx/signon_message_set.rb', line 134
def nonce
raise NotImplementedError
end
|
#user_identification ⇒ Object
130
131
132
|
# File 'lib/ofx/signon_message_set.rb', line 130
def user_identification
raise NotImplementedError
end
|