class Doorkeeper::Errors::BaseResponseError
Attributes
response[R]
Public Class Methods
name_for_response()
click to toggle source
# File lib/doorkeeper/errors.rb, line 43 def self.name_for_response self.name.demodulize.underscore.to_sym end
new(response)
click to toggle source
# File lib/doorkeeper/errors.rb, line 39 def initialize(response) @response = response end