class Ruote::Exp::BroadcastEventExpression

Public Instance Methods

apply() click to toggle source
# File lib/bumbleworks/ruote/exp/broadcast_event_expression.rb, line 16
def apply
  reply_to_parent(h.applied_workitem)
end
consider_tag() click to toggle source
Calls superclass method
# File lib/bumbleworks/ruote/exp/broadcast_event_expression.rb, line 10
def consider_tag
  update_tree
  h.updated_tree[1]['tag'] = tag_from_attribute
  super
end