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.
729 |
# File 'sig/crawlora.rbs', line 729
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#trustmrr_acquire ⇒ Object
730 |
# File 'sig/crawlora.rbs', line 730
def trustmrr_acquire: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_categories ⇒ Object
731 |
# File 'sig/crawlora.rbs', line 731
def trustmrr_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_category ⇒ Object
732 |
# File 'sig/crawlora.rbs', line 732
def trustmrr_category: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_leaderboard ⇒ Object
733 |
# File 'sig/crawlora.rbs', line 733
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
734 |
# File 'sig/crawlora.rbs', line 734
def trustmrr_marketplace: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_startup ⇒ Object
735 |
# File 'sig/crawlora.rbs', line 735
def trustmrr_startup: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_startups ⇒ Object
736 |
# File 'sig/crawlora.rbs', line 736
def trustmrr_startups: (?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|