class Slack::Web::Client
def initialize(options = {})
def initialize(options = {}) Slack::Web::Config::ATTRIBUTES.each do |key| send("#{key}=", options[key] || Slack::Web.config.send(key)) end end
def initialize(options = {}) Slack::Web::Config::ATTRIBUTES.each do |key| send("#{key}=", options[key] || Slack::Web.config.send(key)) end end