Class: Crawlora::StravaGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeStravaGroup

Returns a new instance of StravaGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


1185
# File 'sig/crawlora.rbs', line 1185

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#challengesObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


1186
# File 'sig/crawlora.rbs', line 1186

def challenges: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#clubObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_detailObject

Parameters:

  • path: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#routesObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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