Class: Crawlora::TripComGroup
- Inherits:
-
Object
- Object
- Crawlora::TripComGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ TripComGroup
constructor
A new instance of TripComGroup.
- #tripcom_hotel_detail ⇒ Object
- #tripcom_hotels_search ⇒ Object
Constructor Details
#initialize ⇒ TripComGroup
Returns a new instance of TripComGroup.
1284 |
# File 'sig/crawlora.rbs', line 1284
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#tripcom_hotel_detail ⇒ 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_search ⇒ 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
|