Class: Mittsu::EventDispatcher::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/mittsu/core/event_dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



3
4
5
# File 'lib/mittsu/core/event_dispatcher.rb', line 3

def target
  @target
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/mittsu/core/event_dispatcher.rb', line 3

def type
  @type
end