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
18 19 20 |
# File 'lib/reflex/contact_event.rb', line 18 def begin?() get_action == ContactEvent::BEGIN end |
#end? ⇒ Boolean
22 23 24 |
# File 'lib/reflex/contact_event.rb', line 22 def end?() get_action == ContactEvent::END end |
#inspect ⇒ Object
26 27 28 |
# File 'lib/reflex/contact_event.rb', line 26 def inspect() "#<Reflex::ContactEvent #{action} shape:#{shape} view:#{view}>" end |