Exception: FlowChat::Interrupt::RestartFlow

Inherits:
Base
  • Object
show all
Defined in:
lib/flow_chat/interrupt.rb

Instance Attribute Summary

Attributes inherited from Base

#media, #prompt

Instance Method Summary collapse

Constructor Details

#initializeRestartFlow

Returns a new instance of RestartFlow.



27
28
29
# File 'lib/flow_chat/interrupt.rb', line 27

def initialize
  super("restart_flow")
end