Class: Crawlora::HMGroup
- Inherits:
-
Object
- Object
- Crawlora::HMGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #hm_categories ⇒ Object
- #hm_listing ⇒ Object
- #hm_product ⇒ Object
- #hm_search ⇒ Object
- #hm_stores ⇒ Object
-
#initialize ⇒ HMGroup
constructor
A new instance of HMGroup.
Constructor Details
#initialize ⇒ HMGroup
Returns a new instance of HMGroup.
614 |
# File 'sig/crawlora.rbs', line 614
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#hm_categories ⇒ 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_listing ⇒ 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_product ⇒ 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_search ⇒ 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_stores ⇒ 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
|