Module: Slack::RealTime::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/slack/real_time/config.rb

Constant Summary collapse

ATTRIBUTES =
[
  :token,
  :websocket_ping,
  :websocket_proxy
]

Instance Method Summary collapse

Instance Method Details

#resetObject



14
15
16
17
18
# File 'lib/slack/real_time/config.rb', line 14

def reset
  self.websocket_ping = 30
  self.websocket_proxy = nil
  self.token = nil
end