The outgoing event class - outgoing events haven’t got much in common, so this class is primarily to facilitate the new system.

Methods
E
Instance Public methods
event_class()

Outgoing events in our system are always :outgoing_xxx

# File lib/net/yail/event.rb, line 55
def event_class
  return "outgoing"
end