Exception: Shutl::UnauthorizedAccess
- Inherits:
-
StandardError
- Object
- StandardError
- Shutl::UnauthorizedAccess
- Defined in:
- lib/shutl_auth.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(message = nil, status = nil) ⇒ UnauthorizedAccess
constructor
A new instance of UnauthorizedAccess.
Constructor Details
#initialize(message = nil, status = nil) ⇒ UnauthorizedAccess
Returns a new instance of UnauthorizedAccess.
16 17 18 19 |
# File 'lib/shutl_auth.rb', line 16 def initialize( = nil, status = nil) super() @status = status end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
14 15 16 |
# File 'lib/shutl_auth.rb', line 14 def status @status end |