Exception: KAuth::KAuthError
- Inherits:
-
StandardError
- Object
- StandardError
- KAuth::KAuthError
- Defined in:
- lib/kuaipan/kauth/consumer.rb
Instance Attribute Summary collapse
-
#res ⇒ Object
readonly
Returns the value of attribute res.
Instance Method Summary collapse
-
#initialize(res) ⇒ KAuthError
constructor
A new instance of KAuthError.
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
#res ⇒ Object (readonly)
Returns the value of attribute res.
162 163 164 |
# File 'lib/kuaipan/kauth/consumer.rb', line 162 def res @res end |