Exception: KeepBar

Inherits:
Exception
  • Object
show all
Defined in:
lib/scout/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payload) ⇒ KeepBar

Returns a new instance of KeepBar.



55
56
57
# File 'lib/scout/exceptions.rb', line 55

def initialize(payload)
  @payload = payload
end

Instance Attribute Details

#payloadObject

Returns the value of attribute payload.



54
55
56
# File 'lib/scout/exceptions.rb', line 54

def payload
  @payload
end