Exception: OAuth2::ErrorWithResponse
- Inherits:
-
StandardError
- Object
- StandardError
- OAuth2::ErrorWithResponse
- Defined in:
- lib/oauth2.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
2 3 4 |
# File 'lib/oauth2.rb', line 2 def response @response end |