Class: Crawlora::TripComGroup

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

Instance Method Summary collapse

Constructor Details

#initializeTripComGroup

Returns a new instance of TripComGroup.

Parameters:

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


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

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

Instance Method Details

#tripcom_hotel_detailObject

Parameters:

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

Returns:

  • (Object)


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

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

#tripcom_hotels_searchObject

Parameters:

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

Returns:

  • (Object)


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

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