Class: Crawlora::BestBuyGroup
- Inherits:
-
Object
- Object
- Crawlora::BestBuyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #bestbuy_brands ⇒ Object
- #bestbuy_categories ⇒ Object
- #bestbuy_categories_trending ⇒ Object
- #bestbuy_category ⇒ Object
- #bestbuy_category_subcategories ⇒ Object
- #bestbuy_product ⇒ Object
- #bestbuy_product_questions ⇒ Object
- #bestbuy_product_related ⇒ Object
- #bestbuy_product_reviews ⇒ Object
- #bestbuy_search ⇒ Object
- #bestbuy_stores ⇒ Object
-
#initialize ⇒ BestBuyGroup
constructor
A new instance of BestBuyGroup.
Constructor Details
#initialize ⇒ BestBuyGroup
Returns a new instance of BestBuyGroup.
165 |
# File 'sig/crawlora.rbs', line 165
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#bestbuy_brands ⇒ Object
166 |
# File 'sig/crawlora.rbs', line 166
def bestbuy_brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_categories ⇒ Object
167 |
# File 'sig/crawlora.rbs', line 167
def bestbuy_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_categories_trending ⇒ Object
168 |
# File 'sig/crawlora.rbs', line 168
def bestbuy_categories_trending: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_category ⇒ Object
169 |
# File 'sig/crawlora.rbs', line 169
def bestbuy_category: (?category_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_category_subcategories ⇒ Object
170 |
# File 'sig/crawlora.rbs', line 170
def bestbuy_category_subcategories: (?category_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_product ⇒ Object
171 |
# File 'sig/crawlora.rbs', line 171
def bestbuy_product: (?sku: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_product_questions ⇒ Object
172 |
# File 'sig/crawlora.rbs', line 172
def bestbuy_product_questions: (?sku: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_product_related ⇒ Object
173 |
# File 'sig/crawlora.rbs', line 173
def bestbuy_product_related: (?sku: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_product_reviews ⇒ Object
174 |
# File 'sig/crawlora.rbs', line 174
def bestbuy_product_reviews: (?sku: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_search ⇒ Object
175 |
# File 'sig/crawlora.rbs', line 175
def bestbuy_search: (?q: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#bestbuy_stores ⇒ Object
176 |
# File 'sig/crawlora.rbs', line 176
def bestbuy_stores: (?state: String, ?city: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|