Method: Smartware::PubSubClient::PubSubHandler#send_record
- Defined in:
- lib/smartware/pub_sub_client.rb
#send_record(data) ⇒ Object
55 56 57 |
# File 'lib/smartware/pub_sub_client.rb', line 55 def send_record(data) send_data(JSON.dump(data) + "\r\n") end |