Class: Empp::EmppMsgListener

Inherits:
Object
  • Object
show all
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 on_message(terminal_id, msg_content)
  puts "From #{terminal_id}: #{msg_content}"
end