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])


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

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)


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

#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)


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

#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)


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_nearbyObject

Parameters:

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

Returns:

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

#storesObject

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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