Class: Strava::Models::Destination
- Inherits:
-
Response
- Object
- Hashie::Trash
- Strava::Model
- Response
- Strava::Models::Destination
- Defined in:
- lib/strava/models/destination.rb
Overview
Note:
This model is not documented by Strava API documentation. Properties are inferred from API responses.
Represents a destination or link reference.
Used to provide navigation links to related resources or pages. This model is not documented in the official Strava API reference.
Instance Method Summary collapse
-
#href ⇒ String?
URL or path to the destination resource.
-
#name ⇒ String?
Display name of the destination.
-
#type ⇒ String?
Type of destination (e.g., "segment").
Instance Method Details
#href ⇒ String?
Note:
Not documented by Strava API
Returns URL or path to the destination resource.
28 |
# File 'lib/strava/models/destination.rb', line 28 property 'href' |
#name ⇒ String?
Note:
Not documented by Strava API
Returns Display name of the destination.
36 |
# File 'lib/strava/models/destination.rb', line 36 property 'name' |
#type ⇒ String?
Note:
Not documented by Strava API
Returns Type of destination (e.g., "segment").
32 |
# File 'lib/strava/models/destination.rb', line 32 property 'type' |