Module: QueueProcessor::DependentCalculationGroup::StateMachines
- Extended by:
- ActiveSupport::Concern
- Included in:
- QueueProcessor::DependentCalculationGroup
- Defined in:
- lib/queue-processor/dependent_calculation_group/state_machines.rb
Instance Method Summary collapse
-
#perform_calculation ⇒ Object
optional calculation associated with this group.
Instance Method Details
#perform_calculation ⇒ Object
optional calculation associated with this group
7 8 |
# File 'lib/queue-processor/dependent_calculation_group/state_machines.rb', line 7 def perform_calculation end |