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.
643 |
# File 'sig/crawlora.rbs', line 643
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#activities_search ⇒ Object
644 |
# File 'sig/crawlora.rbs', line 644
def activities_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#flights_search ⇒ Object
645 |
# File 'sig/crawlora.rbs', line 645
def flights_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#locations_search ⇒ Object
646 |
# File 'sig/crawlora.rbs', line 646
def locations_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_detail ⇒ Object
647 |
# File 'sig/crawlora.rbs', line 647
def properties_detail: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_filters ⇒ Object
648 |
# File 'sig/crawlora.rbs', line 648
def properties_filters: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_reviews ⇒ Object
649 |
# File 'sig/crawlora.rbs', line 649
def properties_reviews: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#properties_search ⇒ Object
650 |
# File 'sig/crawlora.rbs', line 650
def properties_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|