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.
901 |
# File 'sig/crawlora.rbs', line 901
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#departments ⇒ Object
902 |
# File 'sig/crawlora.rbs', line 902
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
903 |
# File 'sig/crawlora.rbs', line 903
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
904 |
# File 'sig/crawlora.rbs', line 904
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
905 |
# File 'sig/crawlora.rbs', line 905
def search_nearby: (?postal_code: String, ?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
906 |
# File 'sig/crawlora.rbs', line 906
def stores: (?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trending ⇒ Object
907 |
# File 'sig/crawlora.rbs', line 907
def trending: (?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|