Class: Ruote::Exp::BroadcastEventExpression

Inherits:
FlowExpression
  • Object
show all
Defined in:
lib/bumbleworks/ruote/exp/broadcast_event_expression.rb

Instance Method Summary collapse

Instance Method Details

#applyObject



13
14
15
# File 'lib/bumbleworks/ruote/exp/broadcast_event_expression.rb', line 13

def apply
  reply_to_parent(h.applied_workitem)
end

#consider_tagObject



7
8
9
10
11
# File 'lib/bumbleworks/ruote/exp/broadcast_event_expression.rb', line 7

def consider_tag
  update_tree
  h.updated_tree[1]['tag'] = attribute_text.to_s
  super
end