Exception: IMS::LTI::Errors::AuthenticationFailedError
- Inherits:
-
StandardError
- Object
- StandardError
- IMS::LTI::Errors::AuthenticationFailedError
- Defined in:
- lib/ims/lti/errors/authentication_failed_error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response: nil) ⇒ AuthenticationFailedError
constructor
A new instance of AuthenticationFailedError.
Constructor Details
#initialize(response: nil) ⇒ AuthenticationFailedError
Returns a new instance of AuthenticationFailedError.
6 7 8 |
# File 'lib/ims/lti/errors/authentication_failed_error.rb', line 6 def initialize(response: nil) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'lib/ims/lti/errors/authentication_failed_error.rb', line 4 def response @response end |