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.
844 |
# File 'sig/crawlora.rbs', line 844
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#opentable_restaurant ⇒ Object
845 |
# File 'sig/crawlora.rbs', line 845
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
846 |
# File 'sig/crawlora.rbs', line 846
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
847 |
# File 'sig/crawlora.rbs', line 847
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
848 |
# File 'sig/crawlora.rbs', line 848
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
|