Method: Signet::AuthorizationError#response
- Defined in:
- lib/signet/errors.rb
#response ⇒ Array (readonly)
The HTTP response that triggered this authentication error.
89 90 91 |
# File 'lib/signet/errors.rb', line 89 def response @response end |