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

Methods
T
Instance Public methods
type()

Outgoing events in our system are always :outgoing_xxx

# File lib/net/yail/event.rb, line 47
def type
  return :"outgoing_#{@type.to_s}"
end