module Slack::Events::Config
Constants
- ATTRIBUTES
Public Instance Methods
reset()
click to toggle source
# File lib/slack/events/config.rb, line 14 def reset self.signing_secret = ENV['SLACK_SIGNING_SECRET'] self.signature_expires_in = 5 * 60 end