module Slack
Public Class Methods
client(attributes={})
click to toggle source
# File lib/laziness.rb, line 23 def client(attributes={}) Slack::Client.new(attributes[:access_token]) end
# File lib/laziness.rb, line 23 def client(attributes={}) Slack::Client.new(attributes[:access_token]) end