module Strava::OAuth::Config

Constants

ATTRIBUTES

Public Instance Methods

reset() click to toggle source
# File lib/strava/oauth/config.rb, line 14
def reset
  self.endpoint = 'https://www.strava.com/oauth'
  self.client_id = nil
  self.client_secret = nil
end