Class: Crawlora::JCrewGroup
- Inherits:
-
Object
- Object
- Crawlora::JCrewGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ JCrewGroup
constructor
A new instance of JCrewGroup.
- #jcrew_categories ⇒ Object
- #jcrew_category ⇒ Object
- #jcrew_product ⇒ Object
- #jcrew_product_reviews ⇒ Object
- #jcrew_search ⇒ Object
- #jcrew_size_chart ⇒ Object
- #jcrew_stores ⇒ Object
- #jcrew_suggest ⇒ Object
Constructor Details
#initialize ⇒ JCrewGroup
Returns a new instance of JCrewGroup.
918 |
# File 'sig/crawlora.rbs', line 918
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#jcrew_categories ⇒ Object
919 |
# File 'sig/crawlora.rbs', line 919
def jcrew_categories: (?site: "jcrew" | "factory", ?department: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_category ⇒ Object
920 |
# File 'sig/crawlora.rbs', line 920
def jcrew_category: (?category: String, ?site: "jcrew" | "factory", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_product ⇒ Object
921 |
# File 'sig/crawlora.rbs', line 921
def jcrew_product: (?pid: String, ?site: "jcrew" | "factory", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_product_reviews ⇒ Object
922 |
# File 'sig/crawlora.rbs', line 922
def jcrew_product_reviews: (?pid: String, ?site: "jcrew" | "factory", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_search ⇒ Object
923 |
# File 'sig/crawlora.rbs', line 923
def jcrew_search: (?keyword: String, ?site: "jcrew" | "factory", ?page: Integer, ?per_page: Integer, ?sort: "relevance" | "price_asc" | "price_desc", ?filter: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_size_chart ⇒ Object
924 |
# File 'sig/crawlora.rbs', line 924
def jcrew_size_chart: (?pid: String, ?site: "jcrew" | "factory", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_stores ⇒ Object
925 |
# File 'sig/crawlora.rbs', line 925
def jcrew_stores: (?site: "jcrew" | "factory", ?lat: Float, ?lng: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#jcrew_suggest ⇒ Object
926 |
# File 'sig/crawlora.rbs', line 926
def jcrew_suggest: (?query: String, ?site: "jcrew" | "factory", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|