7 8 9 10 11
# File 'lib/slackoff.rb', line 7 def incoming_webhook(url) uri = URI(url) connection = Slackoff::HTTPS.new(uri) connection end