Class: Crawlora::WhatnotGroup
- Inherits:
-
Object
- Object
- Crawlora::WhatnotGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #browse ⇒ Object
- #categories ⇒ Object
-
#initialize ⇒ WhatnotGroup
constructor
A new instance of WhatnotGroup.
- #live ⇒ Object
Constructor Details
#initialize ⇒ WhatnotGroup
Returns a new instance of WhatnotGroup.
1362 |
# File 'sig/crawlora.rbs', line 1362
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#browse ⇒ Object
1363 |
# File 'sig/crawlora.rbs', line 1363
def browse: (?category: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
1364 |
# File 'sig/crawlora.rbs', line 1364
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#live ⇒ Object
1365 |
# File 'sig/crawlora.rbs', line 1365
def live: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|