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