Exception: OmniAuth::Strategies::Yupoo::CallbackError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/omniauth/strategies/yupoo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(error, error_reason) ⇒ CallbackError

Returns a new instance of CallbackError.



15
16
17
18
# File 'lib/omniauth/strategies/yupoo.rb', line 15

def initialize(error, error_reason)
  self.error = error
  self.error_reason = error_reason
end

Instance Attribute Details

#errorObject

Returns the value of attribute error.



14
15
16
# File 'lib/omniauth/strategies/yupoo.rb', line 14

def error
  @error
end

#error_reasonObject

Returns the value of attribute error_reason.



14
15
16
# File 'lib/omniauth/strategies/yupoo.rb', line 14

def error_reason
  @error_reason
end