Module: CallCenter::SuccessFlowCallback

Defined in:
lib/call_center/flow_callback.rb

Instance Method Summary collapse

Instance Method Details

#failureObject



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

def failure; false; end

#successObject



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

def success; true; end