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.
625 |
# File 'sig/crawlora.rbs', line 625
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category_questions ⇒ Object
626 |
# File 'sig/crawlora.rbs', line 626
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
627 |
# File 'sig/crawlora.rbs', line 627
def comments_feed: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#project_questions ⇒ Object
628 |
# File 'sig/crawlora.rbs', line 628
def project_questions: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question ⇒ Object
629 |
# File 'sig/crawlora.rbs', line 629
def question: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_forecast_history ⇒ Object
630 |
# File 'sig/crawlora.rbs', line 630
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
631 |
# File 'sig/crawlora.rbs', line 631
def question_forecasts: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_metadata ⇒ Object
632 |
# File 'sig/crawlora.rbs', line 632
def question_metadata: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#question_options ⇒ Object
633 |
# File 'sig/crawlora.rbs', line 633
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
634 |
# File 'sig/crawlora.rbs', line 634
def questions: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#top_comments ⇒ Object
635 |
# File 'sig/crawlora.rbs', line 635
def top_comments: (?limit: Integer, ?topic: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournament_questions ⇒ Object
636 |
# File 'sig/crawlora.rbs', line 636
def tournament_questions: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|