Module: Fly
- Defined in:
- lib/enerbot.rb
Class Method Summary collapse
Class Method Details
.message(data, text, icon, username) ⇒ Object
2 3 4 5 |
# File 'lib/enerbot.rb', line 2 def self.(data, text, icon, username) client = Slack::RealTime::Client.new client.web_client.chat_postMessage channel: data.channel, text: text, icon_emoji: icon, username: username end |