Exception: KeepLocked
- Inherits:
-
DontPersist
- Object
- Exception
- DontPersist
- KeepLocked
- Defined in:
- lib/scout/exceptions.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Method Summary collapse
-
#initialize(payload) ⇒ KeepLocked
constructor
A new instance of KeepLocked.
Constructor Details
#initialize(payload) ⇒ KeepLocked
Returns a new instance of KeepLocked.
61 62 63 |
# File 'lib/scout/exceptions.rb', line 61 def initialize(payload) @payload = payload end |
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload.
60 61 62 |
# File 'lib/scout/exceptions.rb', line 60 def payload @payload end |