Class: RMQClick

Inherits:
RMQClickBase show all
Defined in:
lib/project/ruby_motion_query/rmq/event_wrappers/rmq_click.rb

Instance Attribute Summary

Attributes inherited from RMQClickBase

#click_block

Instance Method Summary collapse

Methods inherited from RMQClickBase

#initialize

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