Class: Wamp::MessageHandler::Error
- Defined in:
- lib/wamp/message_handler/error.rb
Overview
Call handler with error 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/error.rb', line 7 def handle stored_data[:callback].call(response) end |