Class: Crawlora::CostcoGroup
- Inherits:
-
Object
- Object
- Crawlora::CostcoGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
-
#initialize ⇒ CostcoGroup
constructor
A new instance of CostcoGroup.
- #product ⇒ Object
- #product_availability ⇒ Object
- #product_reviews ⇒ Object
- #search ⇒ Object
- #warehouses ⇒ Object
Constructor Details
#initialize ⇒ CostcoGroup
Returns a new instance of CostcoGroup.
277 |
# File 'sig/crawlora.rbs', line 277
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
278 |
# File 'sig/crawlora.rbs', line 278
def categories: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
279 |
# File 'sig/crawlora.rbs', line 279
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_availability ⇒ Object
280 |
# File 'sig/crawlora.rbs', line 280
def product_availability: (?id: String, ?postal_code: String, ?state: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
281 |
# File 'sig/crawlora.rbs', line 281
def product_reviews: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
282 |
# File 'sig/crawlora.rbs', line 282
def search: (?query: String, ?category: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#warehouses ⇒ Object
283 |
# File 'sig/crawlora.rbs', line 283
def warehouses: (?latitude: Float, ?longitude: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|