Class: Slackoff::Slack

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

Instance Method Summary collapse

Instance Method Details

#incoming_webhook(url) ⇒ Object



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