module Strava::Webhooks::Config

Constants

ATTRIBUTES

Public Instance Methods

reset() click to toggle source
# 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