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.
1478 |
# File 'sig/crawlora.rbs', line 1478
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#browse ⇒ Object
1479 |
# File 'sig/crawlora.rbs', line 1479
def browse: (?category: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
1480 |
# File 'sig/crawlora.rbs', line 1480
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#live ⇒ Object
1481 |
# File 'sig/crawlora.rbs', line 1481
def live: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|