Module: Strava::Webhooks::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/strava/webhooks/config.rb

Constant Summary collapse

ATTRIBUTES =
i[
  endpoint
  client_id
  client_secret
].freeze

Instance Method Summary collapse

Instance Method Details

#resetObject



14
15
16
17
18
# File 'lib/strava/webhooks/config.rb', line 14

def reset
  self.endpoint = 'https://www.strava.com/api/v3'
  self.client_id = nil
  self.client_secret = nil
end