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.
1185 |
# File 'sig/crawlora.rbs', line 1185
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#challenges ⇒ Object
1186 |
# File 'sig/crawlora.rbs', line 1186
def challenges: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#club ⇒ Object
1187 |
# File 'sig/crawlora.rbs', line 1187
def club: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#route_detail ⇒ Object
1189 |
# File 'sig/crawlora.rbs', line 1189
def route_detail: (?path: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#routes ⇒ Object
1188 |
# File 'sig/crawlora.rbs', line 1188
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
|