Module: CallCenter::AlwaysFlowCallback

Defined in:
lib/call_center/flow_callback.rb

Instance Method Summary collapse

Instance Method Details

#failureObject



80
# File 'lib/call_center/flow_callback.rb', line 80

def failure; true; end

#successObject



79
# File 'lib/call_center/flow_callback.rb', line 79

def success; true; end