Class: RMQClick
- Inherits:
-
RMQClickBase
- Object
- RMQClickBase
- RMQClick
- Defined in:
- lib/project/ruby_motion_query/rmq/event_wrappers/rmq_click.rb
Instance Attribute Summary
Attributes inherited from RMQClickBase
Instance Method Summary collapse
Methods inherited from RMQClickBase
Constructor Details
This class inherits a constructor from RMQClickBase
Instance Method Details
#onClick(view) ⇒ Object
11 12 13 |
# File 'lib/project/ruby_motion_query/rmq/event_wrappers/rmq_click.rb', line 11 def onClick(view) click_block.call(view) end |