Exception: KAuth::KAuthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kuaipan/kauth/consumer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(res) ⇒ KAuthError

Returns a new instance of KAuthError.



163
164
165
166
# File 'lib/kuaipan/kauth/consumer.rb', line 163

def initialize(res)
  @res = res
  super
end

Instance Attribute Details

#resObject (readonly)

Returns the value of attribute res.



162
163
164
# File 'lib/kuaipan/kauth/consumer.rb', line 162

def res
  @res
end