Method: Webhookdb::Async.open_web

Defined in:
lib/webhookdb/async.rb

.open_webObject



80
81
82
83
84
85
86
# File 'lib/webhookdb/async.rb', line 80

def self.open_web
  u = URI(Webhookdb.api_url)
  u.user = self.web_username
  u.password = self.web_password
  u.path = "/sidekiq"
  `open #{u}`
end