Class: LanGrove::Client::Datagram
- Defined in:
- lib/langrove/client/datagram.rb
Instance Attribute Summary
Attributes inherited from Base
#config, #handler, #logger, #protocol
Instance Method Summary collapse
Methods inherited from Base
#receive_data, #start_client, #stop_client
Instance Method Details
#receive(data) ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/langrove/client/datagram.rb', line 7 def receive( data ) # # Quick hack, datagram client routes # data back to the Handler - to get # back to friday position. # # But with the gem # @handler.receive( data ) end |