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