Class: Crawlora::MacySGroup

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

Instance Method Summary collapse

Constructor Details

#initializeMacySGroup

Returns a new instance of MacySGroup.

Parameters:

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


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

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

Instance Method Details

#macys_productObject

Parameters:

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

Returns:

  • (Object)


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

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

#macys_product_reviewsObject

Parameters:

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

Returns:

  • (Object)


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

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

#macys_suggestObject

Parameters:

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

Returns:

  • (Object)


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

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