Class: Crawlora::ZapposGroup
- Inherits:
-
Object
- Object
- Crawlora::ZapposGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #brand ⇒ Object
- #brands ⇒ Object
-
#initialize ⇒ ZapposGroup
constructor
A new instance of ZapposGroup.
- #product ⇒ Object
- #search ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ ZapposGroup
Returns a new instance of ZapposGroup.
1670 |
# File 'sig/crawlora.rbs', line 1670
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#brand ⇒ Object
1671 |
# File 'sig/crawlora.rbs', line 1671
def brand: (?brand: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#brands ⇒ Object
1672 |
# File 'sig/crawlora.rbs', line 1672
def brands: (?q: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1673 |
# File 'sig/crawlora.rbs', line 1673
def product: (?productId: String, ?colorId: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1674 |
# File 'sig/crawlora.rbs', line 1674
def search: (?term: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1675 |
# File 'sig/crawlora.rbs', line 1675
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|