Class: Three::EventDispatcher::Event
- Inherits:
-
Struct
- Object
- Struct
- Three::EventDispatcher::Event
- Defined in:
- lib/three/core/event_dispatcher.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#target ⇒ Object
Returns the value of attribute target.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/three/core/event_dispatcher.rb', line 5 def data @data end |
#target ⇒ Object
Returns the value of attribute target
5 6 7 |
# File 'lib/three/core/event_dispatcher.rb', line 5 def target @target end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/three/core/event_dispatcher.rb', line 5 def type @type end |