Class: Messaging::Controls::Handler::BlockAndHandleMethod::Example
- Inherits:
-
Object
- Object
- Messaging::Controls::Handler::BlockAndHandleMethod::Example
- Defined in:
- lib/messaging/controls/handler.rb
Instance Method Summary collapse
Methods included from Message
attribute, data, example, id, message_class, other_attribute, type
Methods included from Handle
#call, #handle_event_data, #handle_message, included, #strict
Instance Method Details
#handle(event_data) ⇒ Object
32 33 34 |
# File 'lib/messaging/controls/handler.rb', line 32 def handle(event_data) event_data.data = 'some data value set by handler' end |