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.
483 |
# File 'sig/crawlora.rbs', line 483
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#activities_search ⇒ Object
484 |
# File 'sig/crawlora.rbs', line 484
def activities_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#flights_search ⇒ Object
485 |
# File 'sig/crawlora.rbs', line 485
def flights_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#locations_search ⇒ Object
486 |
# File 'sig/crawlora.rbs', line 486
def locations_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_detail ⇒ Object
487 |
# File 'sig/crawlora.rbs', line 487
def properties_detail: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_filters ⇒ Object
488 |
# File 'sig/crawlora.rbs', line 488
def properties_filters: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_reviews ⇒ Object
489 |
# File 'sig/crawlora.rbs', line 489
def properties_reviews: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_search ⇒ Object
490 |
# File 'sig/crawlora.rbs', line 490
def properties_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|