Class: Wamp::MessageHandler::Result
- Defined in:
- lib/wamp/message_handler/result.rb
Overview
Result
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 12 13 14 |
# File 'lib/wamp/message_handler/result.rb', line 7 def handle if .details[:progress] store[store_key].fetch(:handler).call(response) else stored_data.fetch(:handler).call(response) end end |