Method: BrmClient::Gateway::Http#send_event

Defined in:
lib/brm_client/gateway/http.rb

#send_event(e) ⇒ Object



19
20
21
# File 'lib/brm_client/gateway/http.rb', line 19

def send_event e
  @rest_client.post :destination => @destination, :msg => e.to_json
end