Sha256: 282a55aa2950ecb32637e10f3da6cf3777e17dae8a9efa8c578cc8aeeb7527d5
Contents?: true
Size: 229 Bytes
Versions: 23
Compression:
Stored size: 229 Bytes
Contents
require_relative 'settings' module Slack def send_to_slack(file_path) `curl https://slack.com/api/files.upload -F token='#{Settings.slack_token}' -F file="@#{file_path}", -F channels='#{Settings.slack_channel}'` end end
Version data entries
23 entries across 23 versions & 1 rubygems