Class: Crawlora::ExpediaGroup
- Inherits:
-
Object
- Object
- Crawlora::ExpediaGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #activities_search ⇒ Object
- #flights_search ⇒ Object
-
#initialize ⇒ ExpediaGroup
constructor
A new instance of ExpediaGroup.
- #locations_search ⇒ Object
- #properties_detail ⇒ Object
- #properties_filters ⇒ Object
- #properties_reviews ⇒ Object
- #properties_search ⇒ Object
Constructor Details
#initialize ⇒ ExpediaGroup
Returns a new instance of ExpediaGroup.
478 |
# File 'sig/crawlora.rbs', line 478
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#activities_search ⇒ Object
479 |
# File 'sig/crawlora.rbs', line 479
def activities_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#flights_search ⇒ Object
480 |
# File 'sig/crawlora.rbs', line 480
def flights_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#locations_search ⇒ Object
481 |
# File 'sig/crawlora.rbs', line 481
def locations_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_detail ⇒ Object
482 |
# File 'sig/crawlora.rbs', line 482
def properties_detail: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_filters ⇒ Object
483 |
# File 'sig/crawlora.rbs', line 483
def properties_filters: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_reviews ⇒ Object
484 |
# File 'sig/crawlora.rbs', line 484
def properties_reviews: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_search ⇒ Object
485 |
# File 'sig/crawlora.rbs', line 485
def properties_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|