Class: Crawlora::KohlSGroup
- Inherits:
-
Object
- Object
- Crawlora::KohlSGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ KohlSGroup
constructor
A new instance of KohlSGroup.
- #kohls_category ⇒ Object
- #kohls_product_reviews ⇒ Object
- #kohls_stores ⇒ Object
- #kohls_suggest ⇒ Object
Constructor Details
#initialize ⇒ KohlSGroup
Returns a new instance of KohlSGroup.
1020 |
# File 'sig/crawlora.rbs', line 1020
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#kohls_category ⇒ Object
1021 |
# File 'sig/crawlora.rbs', line 1021
def kohls_category: (?category: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kohls_product_reviews ⇒ Object
1022 |
# File 'sig/crawlora.rbs', line 1022
def kohls_product_reviews: (?web_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kohls_stores ⇒ Object
1023 |
# File 'sig/crawlora.rbs', line 1023
def kohls_stores: (?search: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kohls_suggest ⇒ Object
1024 |
# File 'sig/crawlora.rbs', line 1024
def kohls_suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|