Class: Crawlora::HMGroup

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

Instance Method Summary collapse

Constructor Details

#initializeHMGroup

Returns a new instance of HMGroup.

Parameters:

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


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

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

Instance Method Details

#hm_categoriesObject

Parameters:

  • department: ("women", "men", "kids", "home", "beauty")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def hm_categories: (?department: "women" | "men" | "kids" | "home" | "beauty", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#hm_listingObject

Parameters:

  • category_id: (String)
  • page: (Integer)
  • page_size: (Integer)
  • sort: ("RELEVANCE", "NEWEST_FIRST", "PRICE_ASCENDING", "PRICE_DESCENDING")
  • is_new: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def hm_listing: (?category_id: String, ?page: Integer, ?page_size: Integer, ?sort: "RELEVANCE" | "NEWEST_FIRST" | "PRICE_ASCENDING" | "PRICE_DESCENDING", ?is_new: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#hm_productObject

Parameters:

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

Returns:

  • (Object)


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

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

#hm_searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#hm_storesObject

Parameters:

  • search: (String)
  • lat: (Float)
  • lng: (Float)
  • radius_meters: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def hm_stores: (?search: String, ?lat: Float, ?lng: Float, ?radius_meters: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped