Class: Crawlora::TripAdvisorGroup
- Inherits:
-
Object
- Object
- Crawlora::TripAdvisorGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ TripAdvisorGroup
constructor
A new instance of TripAdvisorGroup.
- #tripadvisor_autocomplete ⇒ Object
- #tripadvisor_enums ⇒ Object
- #tripadvisor_hotels ⇒ Object
- #tripadvisor_place ⇒ Object
- #tripadvisor_reviews ⇒ Object
- #tripadvisor_search ⇒ Object
Constructor Details
#initialize ⇒ TripAdvisorGroup
Returns a new instance of TripAdvisorGroup.
602 |
# File 'sig/crawlora.rbs', line 602
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#tripadvisor_autocomplete ⇒ Object
603 |
# File 'sig/crawlora.rbs', line 603
def tripadvisor_autocomplete: (?q: String, ?limit: Integer, ?locale: String, ?scope_geo_id: Integer, ?type: String, ?search_session_id: String, ?typeahead_id: String, ?route_uid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tripadvisor_enums ⇒ Object
604 |
# File 'sig/crawlora.rbs', line 604
def tripadvisor_enums: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tripadvisor_hotels ⇒ Object
605 |
# File 'sig/crawlora.rbs', line 605
def tripadvisor_hotels: (?geo_id: Integer, ?filter_id: String, ?class: Integer, ?amenities: Array[Integer], ?price_min: Integer, ?price_max: Integer, ?pricing_mode: String, ?travelers_choice: bool, ?travelers_choice_botb: bool, ?currency: String, ?offset: Integer, ?limit: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tripadvisor_place ⇒ Object
606 |
# File 'sig/crawlora.rbs', line 606
def tripadvisor_place: (?url: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tripadvisor_reviews ⇒ Object
607 |
# File 'sig/crawlora.rbs', line 607
def tripadvisor_reviews: (?id: String, ?url: String, ?page: Integer, ?limit: Integer, ?language: String, ?sort_type: String, ?sort_by: String, ?ratings: Array[Integer], ?do_machine_translation: bool, ?photos_per_review_limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tripadvisor_search ⇒ Object
608 |
# File 'sig/crawlora.rbs', line 608
def tripadvisor_search: (?geo_id: Integer, ?type: String, ?filter_id: String, ?class: Integer, ?amenities: Array[Integer], ?price_min: Integer, ?price_max: Integer, ?pricing_mode: String, ?travelers_choice: bool, ?travelers_choice_botb: bool, ?restaurant_date: String, ?restaurant_time: String, ?restaurant_guests: Integer, ?establishment_types: Array[Integer], ?online_options: Array[Integer], ?offset: Integer, ?limit: Integer, ?locale: String, ?currency: String, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|