class RMQClickBase
Attributes
click_block[RW]
Public Class Methods
new(&block)
click to toggle source
# File lib/project/ruby_motion_query/rmq/event_wrappers/rmq_click.rb, line 4 def initialize(&block) @click_block = block end