Class: Crawlora::OpenTableGroup

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

Instance Method Summary collapse

Constructor Details

#initializeOpenTableGroup

Returns a new instance of OpenTableGroup.

Parameters:

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


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

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

Instance Method Details

#opentable_restaurantObject

Parameters:

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

Returns:

  • (Object)


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

def opentable_restaurant: (?restaurant_id: String, ?date_time: String, ?party_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#opentable_restaurant_menusObject

Parameters:

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

Returns:

  • (Object)


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

def opentable_restaurant_menus: (?restaurant_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#opentable_restaurant_reviewsObject

Parameters:

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

Returns:

  • (Object)


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

def opentable_restaurant_reviews: (?restaurant_id: String, ?page: Integer, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#opentable_searchObject

Parameters:

  • term: (String)
  • latitude: (Float)
  • longitude: (Float)
  • date_time: (String)
  • party_size: (Integer)
  • size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def opentable_search: (?term: String, ?latitude: Float, ?longitude: Float, ?date_time: String, ?party_size: Integer, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped