Exception: AuthorizationError

Inherits:
Exception
  • Object
show all
Includes:
LittleBirdErrors
Defined in:
lib/errors/authorization.rb

Instance Attribute Summary collapse

Method Summary

Methods included from LittleBirdErrors

#initialize, #message

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/errors/authorization.rb', line 3

def response
  @response
end