Class: Strava::Models::SummaryAthlete

Inherits:
Response show all
Defined in:
lib/strava/models/summary_athlete.rb

Overview

Instance Method Summary collapse

Instance Method Details

#nameObject



22
23
24
# File 'lib/strava/models/summary_athlete.rb', line 22

def name
  [firstname, lastname].compact.join(' ') if firstname || lastname
end

#strava_urlObject



26
27
28
# File 'lib/strava/models/summary_athlete.rb', line 26

def strava_url
  "https://www.strava.com/athletes/#{id}"
end