Class: Wamp::MessageHandler::Published
- Defined in:
- lib/wamp/message_handler/published.rb
Overview
Published confirmation message
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Wamp::MessageHandler::Base
Instance Method Details
#handle ⇒ Object
7 8 9 10 11 |
# File 'lib/wamp/message_handler/published.rb', line 7 def handle deliver_response(response) end |
#response ⇒ Object
13 14 15 |
# File 'lib/wamp/message_handler/published.rb', line 13 def response Type::Publication.new(publication_id: .publication_id) end |