Class: WorkflowRb::EventSubscription

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_rb/mongo/persisted_event_subscription.rb

Instance Method Summary collapse

Instance Method Details

#fill_persisted(result) ⇒ Object



29
30
31
32
33
34
35
# File 'lib/workflow_rb/mongo/persisted_event_subscription.rb', line 29

def fill_persisted(result)
  result.workflow_id = @workflow_id
  result.step_id = @step_id
  result.event_name = @event_name
  result.event_key = @event_key
  result
end