Class: CallCenter::AfterFlowCallback

Inherits:
FlowCallback show all
Defined in:
lib/call_center/flow_callback.rb

Instance Attribute Summary

Attributes inherited from FlowCallback

#block, #scope, #state_name

Instance Method Summary collapse

Methods inherited from FlowCallback

create, #initialize, #run, #run_deferred?, #setup

Constructor Details

This class inherits a constructor from CallCenter::FlowCallback

Instance Method Details

#afterObject



73
74
75
# File 'lib/call_center/flow_callback.rb', line 73

def after
  true
end

#beforeObject



69
70
71
# File 'lib/call_center/flow_callback.rb', line 69

def before
  false
end

#transition_hookObject



65
66
67
# File 'lib/call_center/flow_callback.rb', line 65

def transition_hook
  :after_transition
end