Class: Crawlora::TripAdvisorGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeTripAdvisorGroup

Returns a new instance of TripAdvisorGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


602
# File 'sig/crawlora.rbs', line 602

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#tripadvisor_autocompleteObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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_enumsObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_hotelsObject

Parameters:

  • geo_id: (Integer)
  • filter_id: (String)
  • class: (Integer)
  • amenities: (Array[Integer])
  • price_min: (Integer)
  • price_max: (Integer)
  • pricing_mode: (String)
  • travelers_choice: (Boolean)
  • travelers_choice_botb: (Boolean)
  • currency: (String)
  • offset: (Integer)
  • limit: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_placeObject

Parameters:

  • url: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_reviewsObject

Parameters:

  • id: (String)
  • url: (String)
  • page: (Integer)
  • limit: (Integer)
  • language: (String)
  • sort_type: (String)
  • sort_by: (String)
  • ratings: (Array[Integer])
  • do_machine_translation: (Boolean)
  • photos_per_review_limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_searchObject

Parameters:

  • geo_id: (Integer)
  • type: (String)
  • filter_id: (String)
  • class: (Integer)
  • amenities: (Array[Integer])
  • price_min: (Integer)
  • price_max: (Integer)
  • pricing_mode: (String)
  • travelers_choice: (Boolean)
  • travelers_choice_botb: (Boolean)
  • 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])
  • (Object)

Returns:

  • (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