Class: Crawlora::TrustMrrGroup
- Inherits:
-
Object
- Object
- Crawlora::TrustMrrGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ TrustMrrGroup
constructor
A new instance of TrustMrrGroup.
- #trustmrr_acquire ⇒ Object
- #trustmrr_categories ⇒ Object
- #trustmrr_category ⇒ Object
- #trustmrr_leaderboard ⇒ Object
- #trustmrr_marketplace ⇒ Object
- #trustmrr_startup ⇒ Object
- #trustmrr_startups ⇒ Object
Constructor Details
#initialize ⇒ TrustMrrGroup
Returns a new instance of TrustMrrGroup.
878 |
# File 'sig/crawlora.rbs', line 878
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#trustmrr_acquire ⇒ Object
879 |
# File 'sig/crawlora.rbs', line 879
def trustmrr_acquire: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_categories ⇒ Object
880 |
# File 'sig/crawlora.rbs', line 880
def trustmrr_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_category ⇒ Object
881 |
# File 'sig/crawlora.rbs', line 881
def trustmrr_category: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_leaderboard ⇒ Object
882 |
# File 'sig/crawlora.rbs', line 882
def trustmrr_leaderboard: (?metric: "mrr" | "last_30_days_revenue" | "all_time_revenue" | "growth" | "traffic" | "revenue_per_visitor", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_marketplace ⇒ Object
883 |
# File 'sig/crawlora.rbs', line 883
def trustmrr_marketplace: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_startup ⇒ Object
884 |
# File 'sig/crawlora.rbs', line 884
def trustmrr_startup: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_startups ⇒ Object
885 |
# File 'sig/crawlora.rbs', line 885
def trustmrr_startups: (?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|