Class: Empp::EmppMsgListener
- Inherits:
-
Object
- Object
- Empp::EmppMsgListener
- Defined in:
- lib/empp/empp_msg_listener.rb
Instance Method Summary collapse
Instance Method Details
#on_message(terminal_id, msg_content) ⇒ Object
4 5 6 |
# File 'lib/empp/empp_msg_listener.rb', line 4 def (terminal_id, msg_content) puts "From #{terminal_id}: #{msg_content}" end |