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.
759 |
# File 'sig/crawlora.rbs', line 759
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#kohls_category ⇒ Object
760 |
# File 'sig/crawlora.rbs', line 760
def kohls_category: (?category: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kohls_product_reviews ⇒ Object
761 |
# File 'sig/crawlora.rbs', line 761
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
762 |
# File 'sig/crawlora.rbs', line 762
def kohls_stores: (?search: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kohls_suggest ⇒ Object
763 |
# File 'sig/crawlora.rbs', line 763
def kohls_suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|