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.
405 |
# File 'sig/crawlora.rbs', line 405
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#activities_search ⇒ Object
406 |
# File 'sig/crawlora.rbs', line 406
def activities_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#flights_search ⇒ Object
407 |
# File 'sig/crawlora.rbs', line 407
def flights_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#locations_search ⇒ Object
408 |
# File 'sig/crawlora.rbs', line 408
def locations_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_detail ⇒ Object
409 |
# File 'sig/crawlora.rbs', line 409
def properties_detail: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_filters ⇒ Object
410 |
# File 'sig/crawlora.rbs', line 410
def properties_filters: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_reviews ⇒ Object
411 |
# File 'sig/crawlora.rbs', line 411
def properties_reviews: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_search ⇒ Object
412 |
# File 'sig/crawlora.rbs', line 412
def properties_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|