Class: Crawlora::HomeDepotGroup
- Inherits:
-
Object
- Object
- Crawlora::HomeDepotGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #homedepot_categories ⇒ Object
- #homedepot_category ⇒ Object
- #homedepot_product ⇒ Object
- #homedepot_product_questions ⇒ Object
- #homedepot_search ⇒ Object
-
#initialize ⇒ HomeDepotGroup
constructor
A new instance of HomeDepotGroup.
Constructor Details
#initialize ⇒ HomeDepotGroup
Returns a new instance of HomeDepotGroup.
840 |
# File 'sig/crawlora.rbs', line 840
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#homedepot_categories ⇒ Object
841 |
# File 'sig/crawlora.rbs', line 841
def homedepot_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#homedepot_category ⇒ Object
842 |
# File 'sig/crawlora.rbs', line 842
def homedepot_category: (?path: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#homedepot_product ⇒ Object
843 |
# File 'sig/crawlora.rbs', line 843
def homedepot_product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#homedepot_product_questions ⇒ Object
844 |
# File 'sig/crawlora.rbs', line 844
def homedepot_product_questions: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#homedepot_search ⇒ Object
845 |
# File 'sig/crawlora.rbs', line 845
def homedepot_search: (?q: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|