Class: Crawlora::OpenTableGroup
- Inherits:
-
Object
- Object
- Crawlora::OpenTableGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ OpenTableGroup
constructor
A new instance of OpenTableGroup.
- #opentable_restaurant ⇒ Object
- #opentable_restaurant_menus ⇒ Object
- #opentable_restaurant_reviews ⇒ Object
- #opentable_search ⇒ Object
Constructor Details
#initialize ⇒ OpenTableGroup
Returns a new instance of OpenTableGroup.
747 |
# File 'sig/crawlora.rbs', line 747
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#opentable_restaurant ⇒ 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_menus ⇒ 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_reviews ⇒ 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_search ⇒ 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
|