class Messaging::Controls::Handler::BlockAndHandleMethod::Example

Public Instance Methods

handle(message_data) click to toggle source
# File lib/messaging/controls/handler.rb, line 50
def handle(message_data)
  message_data.data = { attribute: 'some data value set by handler' }
end