Exception: LMS::Canvas::RefreshTokenRequired
- Inherits:
-
CanvasException
- Object
- RuntimeError
- CanvasException
- LMS::Canvas::RefreshTokenRequired
- Defined in:
- lib/lms/canvas.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
readonly
Returns the value of attribute auth.
Attributes inherited from CanvasException
Instance Method Summary collapse
-
#initialize(msg = "", status = nil, auth = nil) ⇒ RefreshTokenRequired
constructor
A new instance of RefreshTokenRequired.
Constructor Details
#initialize(msg = "", status = nil, auth = nil) ⇒ RefreshTokenRequired
Returns a new instance of RefreshTokenRequired.
384 385 386 387 |
# File 'lib/lms/canvas.rb', line 384 def initialize(msg = "", status = nil, auth = nil) super(msg, status) @auth = auth end |
Instance Attribute Details
#auth ⇒ Object (readonly)
Returns the value of attribute auth.
382 383 384 |
# File 'lib/lms/canvas.rb', line 382 def auth @auth end |