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.
506 |
# File 'sig/crawlora.rbs', line 506
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category_questions ⇒ Object
507 |
# File 'sig/crawlora.rbs', line 507
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
508 |
# File 'sig/crawlora.rbs', line 508
def comments_feed: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#project_questions ⇒ Object
509 |
# File 'sig/crawlora.rbs', line 509
def project_questions: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question ⇒ Object
510 |
# File 'sig/crawlora.rbs', line 510
def question: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_forecast_history ⇒ Object
511 |
# File 'sig/crawlora.rbs', line 511
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
512 |
# File 'sig/crawlora.rbs', line 512
def question_forecasts: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_metadata ⇒ Object
513 |
# File 'sig/crawlora.rbs', line 513
def question_metadata: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_options ⇒ Object
514 |
# File 'sig/crawlora.rbs', line 514
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
515 |
# File 'sig/crawlora.rbs', line 515
def questions: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#top_comments ⇒ Object
516 |
# File 'sig/crawlora.rbs', line 516
def top_comments: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournament_questions ⇒ Object
517 |
# File 'sig/crawlora.rbs', line 517
def tournament_questions: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|