class EventHubClient::Worker

Public Instance Methods

perform(url, body) click to toggle source
# File lib/event_hub_client.rb, line 8
def perform(url, body)
  Typhoeus::Request.post(url, body: body)
end