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