Class: Crawlora::PoshmarkGroup
- Inherits:
-
Object
- Object
- Crawlora::PoshmarkGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #brand ⇒ Object
- #brands ⇒ Object
- #categories ⇒ Object
- #category ⇒ Object
- #closet ⇒ Object
-
#initialize ⇒ PoshmarkGroup
constructor
A new instance of PoshmarkGroup.
- #listing ⇒ Object
- #search ⇒ Object
- #trend ⇒ Object
Constructor Details
#initialize ⇒ PoshmarkGroup
Returns a new instance of PoshmarkGroup.
1323 |
# File 'sig/crawlora.rbs', line 1323
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#brand ⇒ Object
1324 |
# File 'sig/crawlora.rbs', line 1324
def brand: (?name: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#brands ⇒ Object
1325 |
# File 'sig/crawlora.rbs', line 1325
def brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
1326 |
# File 'sig/crawlora.rbs', line 1326
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1327 |
# File 'sig/crawlora.rbs', line 1327
def category: (?path: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#closet ⇒ Object
1328 |
# File 'sig/crawlora.rbs', line 1328
def closet: (?username: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#listing ⇒ Object
1329 |
# File 'sig/crawlora.rbs', line 1329
def listing: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1330 |
# File 'sig/crawlora.rbs', line 1330
def search: (?query: String, ?department: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trend ⇒ Object
1331 |
# File 'sig/crawlora.rbs', line 1331
def trend: (?id: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|