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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

def trending: (?postal_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped