Class: Crawlora::InstacartGroup

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

Instance Method Summary collapse

Constructor Details

#initializeInstacartGroup

Returns a new instance of InstacartGroup.

Parameters:

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


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

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

Instance Method Details

#departmentsObject

Parameters:

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

Returns:

  • (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

#itemObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#searchObject

Parameters:

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

Returns:

  • (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_nearbyObject

Parameters:

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

Returns:

  • (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

#storesObject

Parameters:

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

Returns:

  • (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

Parameters:

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

Returns:

  • (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