Class: Crawlora::StravaGroup
- Inherits:
-
Object
- Object
- Crawlora::StravaGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #challenges ⇒ Object
- #club ⇒ Object
-
#initialize ⇒ StravaGroup
constructor
A new instance of StravaGroup.
- #route_detail ⇒ Object
- #routes ⇒ Object
Constructor Details
#initialize ⇒ StravaGroup
Returns a new instance of StravaGroup.
1262 |
# File 'sig/crawlora.rbs', line 1262
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#challenges ⇒ Object
1263 |
# File 'sig/crawlora.rbs', line 1263
def challenges: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#club ⇒ Object
1264 |
# File 'sig/crawlora.rbs', line 1264
def club: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#route_detail ⇒ Object
1266 |
# File 'sig/crawlora.rbs', line 1266
def route_detail: (?path: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#routes ⇒ Object
1265 |
# File 'sig/crawlora.rbs', line 1265
def routes: (?sport: "hiking" | "road-biking" | "mountain-biking" | "trail-running" | "gravel-biking", ?country: String, ?region: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|