Class: Crawlora::TrustMrrGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeTrustMrrGroup

Returns a new instance of TrustMrrGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


699
# File 'sig/crawlora.rbs', line 699

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#trustmrr_acquireObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_categoriesObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_categoryObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_leaderboardObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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_marketplaceObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_startupObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_startupsObject

Parameters:

  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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