Class: Reflex::ContactEvent
- Inherits:
-
Event
- Object
- Event
- Reflex::ContactEvent
- Defined in:
- lib/reflex/contact_event.rb
Instance Method Summary collapse
Instance Method Details
#begin? ⇒ Boolean
21 22 23 |
# File 'lib/reflex/contact_event.rb', line 21 def begin? () get_type == TYPE_BEGIN end |
#end? ⇒ Boolean
25 26 27 |
# File 'lib/reflex/contact_event.rb', line 25 def end? () get_type == TYPE_END end |
#inspect ⇒ Object
29 30 31 |
# File 'lib/reflex/contact_event.rb', line 29 def inspect () "#<Reflex::ContactEvent type:#{type} shape:#{shape} view:#{view}>" end |