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.
1361 |
# File 'sig/crawlora.rbs', line 1361
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#tripcom_hotel_detail ⇒ Object
1363 |
# File 'sig/crawlora.rbs', line 1363
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
1362 |
# File 'sig/crawlora.rbs', line 1362
def tripcom_hotels_search: (?city_slug: String, ?city_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|