Exception: Doorkeeper::Errors::BaseResponseError

Inherits:
DoorkeeperError
  • Object
show all
Defined in:
lib/doorkeeper/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from DoorkeeperError

#type

Constructor Details

#initialize(response) ⇒ BaseResponseError

Returns a new instance of BaseResponseError.



39
40
41
# File 'lib/doorkeeper/errors.rb', line 39

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



37
38
39
# File 'lib/doorkeeper/errors.rb', line 37

def response
  @response
end