class Tengine::Core::EventWrapper

Public Class Methods

new(source) click to toggle source
# File lib/tengine/core/event_wrapper.rb, line 5
def initialize(source)
  @source = source
end

Public Instance Methods

[](key) click to toggle source
# File lib/tengine/core/event_wrapper.rb, line 16
def [](key)
  properties[key.to_s]
end