module Slack::Config

Attributes

logger[RW]
token[RW]

Public Instance Methods

reset() click to toggle source
# File lib/slack/config.rb, line 9
def reset
  self.token = nil
  self.logger = nil
end