Class: Crawlora::InstacartGroup
- Inherits:
-
Object
- Object
- Crawlora::InstacartGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #departments ⇒ Object
-
#initialize ⇒ InstacartGroup
constructor
A new instance of InstacartGroup.
- #item ⇒ Object
- #search ⇒ Object
- #search_nearby ⇒ Object
- #stores ⇒ Object
- #trending ⇒ Object
Constructor Details
#initialize ⇒ InstacartGroup
Returns a new instance of InstacartGroup.
646 |
# File 'sig/crawlora.rbs', line 646
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#departments ⇒ Object
647 |
# File 'sig/crawlora.rbs', line 647
def departments: (?shop_id: String, ?store_slug: String, ?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item ⇒ Object
648 |
# File 'sig/crawlora.rbs', line 648
def item: (?shop_id: String, ?store_slug: String, ?retailer_location_id: String, ?product_id: String, ?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
649 |
# File 'sig/crawlora.rbs', line 649
def search: (?shop_id: String, ?store_slug: String, ?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_nearby ⇒ Object
650 |
# File 'sig/crawlora.rbs', line 650
def search_nearby: (?postal_code: String, ?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
651 |
# File 'sig/crawlora.rbs', line 651
def stores: (?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trending ⇒ Object
652 |
# File 'sig/crawlora.rbs', line 652
def trending: (?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|