Class: Crawlora::MetaculusGroup
- Inherits:
-
Object
- Object
- Crawlora::MetaculusGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #category_questions ⇒ Object
- #comments_feed ⇒ Object
-
#initialize ⇒ MetaculusGroup
constructor
A new instance of MetaculusGroup.
- #project_questions ⇒ Object
- #question ⇒ Object
- #question_forecast_history ⇒ Object
- #question_forecasts ⇒ Object
- #question_metadata ⇒ Object
- #question_options ⇒ Object
- #questions ⇒ Object
- #top_comments ⇒ Object
- #tournament_questions ⇒ Object
Constructor Details
#initialize ⇒ MetaculusGroup
Returns a new instance of MetaculusGroup.
533 |
# File 'sig/crawlora.rbs', line 533
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category_questions ⇒ Object
534 |
# File 'sig/crawlora.rbs', line 534
def category_questions: (?slug: "artificial-intelligence" | "computing-and-math" | "cryptocurrencies" | "economy-business" | "elections" | "environment-climate" | "geopolitics" | "health-pandemics" | "law" | "metaculus" | "natural-sciences" | "nuclear" | "politics" | "social-sciences" | "space" | "sports-entertainment" | "technology", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#comments_feed ⇒ Object
535 |
# File 'sig/crawlora.rbs', line 535
def comments_feed: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#project_questions ⇒ Object
536 |
# File 'sig/crawlora.rbs', line 536
def project_questions: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question ⇒ Object
537 |
# File 'sig/crawlora.rbs', line 537
def question: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_forecast_history ⇒ Object
538 |
# File 'sig/crawlora.rbs', line 538
def question_forecast_history: (?id: String, ?method: "recency_weighted" | "unweighted" | "single_aggregation", ?max_points: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_forecasts ⇒ Object
539 |
# File 'sig/crawlora.rbs', line 539
def question_forecasts: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_metadata ⇒ Object
540 |
# File 'sig/crawlora.rbs', line 540
def question_metadata: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_options ⇒ Object
541 |
# File 'sig/crawlora.rbs', line 541
def question_options: (?id: String, ?method: "recency_weighted" | "unweighted" | "single_aggregation", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#questions ⇒ Object
542 |
# File 'sig/crawlora.rbs', line 542
def questions: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#top_comments ⇒ Object
543 |
# File 'sig/crawlora.rbs', line 543
def top_comments: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournament_questions ⇒ Object
544 |
# File 'sig/crawlora.rbs', line 544
def tournament_questions: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|