class Hyalite::EventDispatcher::TopLevelCallbackBookKeeping

Attributes

ancestors[R]
event[R]
top_level_type[R]

Public Class Methods

new(top_level_type, event) click to toggle source
# File lib/hyalite/event_dispatcher.rb, line 92
def initialize(top_level_type, event)
  @top_level_type = top_level_type
  @event = event
  @ancestors = []
end