Exception: KeepBar

Inherits:
Exception
  • Object
show all
Defined in:
lib/rbbt/util/misc/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payload) ⇒ KeepBar

Returns a new instance of KeepBar.



38
39
40
# File 'lib/rbbt/util/misc/exceptions.rb', line 38

def initialize(payload)
  @payload = payload
end

Instance Attribute Details

#payloadObject

Returns the value of attribute payload.



37
38
39
# File 'lib/rbbt/util/misc/exceptions.rb', line 37

def payload
  @payload
end