Class: EventHubClient::Worker

Inherits:
Object
  • Object
show all
Defined in:
lib/event_hub_client.rb

Instance Method Summary collapse

Instance Method Details

#perform(url, body) ⇒ Object



8
9
10
# File 'lib/event_hub_client.rb', line 8

def perform(url, body)
  Typhoeus::Request.post(url, body: body)
end