module Strava::Api::Config

Constants

ATTRIBUTES

Public Instance Methods

reset() click to toggle source
# File lib/strava/api/config.rb, line 13
def reset
  self.endpoint = 'https://www.strava.com/api/v3'
  self.access_token = nil
end