Class: OAuth2::Error
- Inherits:
-
Object
- Object
- OAuth2::Error
- Defined in:
- lib/oauth2_error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
2 3 4 |
# File 'lib/oauth2_error.rb', line 2 def @message ||= JSON.load(response.body)['error'] end |