class Strava::V2::Athlete
Attributes
agreed_to_terms[R]
id[R]
name[R]
Public Class Methods
new(json_blob)
click to toggle source
# File lib/strava/v2/models/athlete.rb, line 8 def initialize(json_blob) @id = json_blob["id"] @name = json_blob["name"] @agreed_to_terms = json_blob["agreed_to_terms"] end