Exception: Moguera::Authentication::AuthenticationError
- Inherits:
-
StandardError
- Object
- StandardError
- Moguera::Authentication::AuthenticationError
- Defined in:
- lib/moguera/authentication/exception.rb
Instance Attribute Summary collapse
-
#request_token ⇒ Object
Returns the value of attribute request_token.
-
#server_request ⇒ Object
Returns the value of attribute server_request.
Instance Attribute Details
#request_token ⇒ Object
Returns the value of attribute request_token.
5 6 7 |
# File 'lib/moguera/authentication/exception.rb', line 5 def request_token @request_token end |
#server_request ⇒ Object
Returns the value of attribute server_request.
4 5 6 |
# File 'lib/moguera/authentication/exception.rb', line 4 def server_request @server_request end |