Class: Crawlora::MacySGroup
- Inherits:
-
Object
- Object
- Crawlora::MacySGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ MacySGroup
constructor
A new instance of MacySGroup.
- #macys_product ⇒ Object
- #macys_product_reviews ⇒ Object
- #macys_suggest ⇒ Object
Constructor Details
#initialize ⇒ MacySGroup
Returns a new instance of MacySGroup.
795 |
# File 'sig/crawlora.rbs', line 795
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#macys_product ⇒ Object
797 |
# File 'sig/crawlora.rbs', line 797
def macys_product: (?productId: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#macys_product_reviews ⇒ Object
796 |
# File 'sig/crawlora.rbs', line 796
def macys_product_reviews: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#macys_suggest ⇒ Object
798 |
# File 'sig/crawlora.rbs', line 798
def macys_suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|