module Slack::Config
Attributes
logger[RW]
token[RW]
Public Instance Methods
reset()
click to toggle source
# File lib/slack/config.rb, line 8 def reset self.token = nil self.logger = nil end