Class: StravaResponse
- Inherits:
-
Object
- Object
- StravaResponse
- Defined in:
- lib/strava/strava_response.rb
Direct Known Subclasses
Strava::V1::Athlete, Strava::V1::Club, Strava::V1::Effort, Strava::V1::Ride, Strava::V1::Stream, Strava::V2::Athlete, Strava::V2::Auth, Strava::V2::Effort, Strava::V2::Segment
Instance Method Summary collapse
-
#initialize(key_value_map) ⇒ StravaResponse
constructor
A new instance of StravaResponse.
Constructor Details
#initialize(key_value_map) ⇒ StravaResponse
Returns a new instance of StravaResponse.
2 3 4 |
# File 'lib/strava/strava_response.rb', line 2 def initialize(key_value_map) end |