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.
699 |
# File 'sig/crawlora.rbs', line 699
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#trustmrr_acquire ⇒ Object
700 |
# File 'sig/crawlora.rbs', line 700
def trustmrr_acquire: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_categories ⇒ Object
701 |
# File 'sig/crawlora.rbs', line 701
def trustmrr_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_category ⇒ Object
702 |
# File 'sig/crawlora.rbs', line 702
def trustmrr_category: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_leaderboard ⇒ Object
703 |
# File 'sig/crawlora.rbs', line 703
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
704 |
# File 'sig/crawlora.rbs', line 704
def trustmrr_marketplace: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_startup ⇒ Object
705 |
# File 'sig/crawlora.rbs', line 705
def trustmrr_startup: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trustmrr_startups ⇒ Object
706 |
# File 'sig/crawlora.rbs', line 706
def trustmrr_startups: (?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|