class Wamp::Worker::Subscription
Attributes
topic[R]
Public Class Methods
new(topic, klass, method, options)
click to toggle source
Calls superclass method
Wamp::Worker::Handle::new
# File lib/wamp/worker/config.rb, line 34 def initialize(topic, klass, method, options) super klass, method, options @topic = topic end