class Qiita::Team::Services::Hooks::SlackV1

Private Instance Methods

url() click to toggle source

@note Implement Concerns::HttpClient#url.

# File lib/qiita/team/services/hooks/slack_v1.rb, line 20
def url
  "https://#{teamname}.slack.com/services/hooks/incoming-webhook?token=#{integration_token}"
end