Class: Wamp::Manager::ResultEvent
- Defined in:
- lib/wamp/manager/hello_event.rb
Overview
Call Result Message Decorator
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#auth, #authenticate, constantize, demodulize, #emit_event, #initialize, instance_from, #on_message, #run, #transmit
Constructor Details
This class inherits a constructor from Wamp::Manager::Base
Instance Method Details
#emit_event_name ⇒ Object
200 201 202 |
# File 'lib/wamp/manager/hello_event.rb', line 200 def emit_event_name "request_#{request_id}" end |