Class: Crawlora::RottenTomatoesGroup

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

Instance Method Summary collapse

Constructor Details

#initializeRottenTomatoesGroup

Returns a new instance of RottenTomatoesGroup.

Parameters:

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


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

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

Instance Method Details

#rottentomatoes_browse_moviesObject

Parameters:

  • list: ("movies_in_theaters", "movies_at_home", "movies_coming_soon")
  • sort: ("popular", "newest", "top_box_office")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def rottentomatoes_browse_movies: (?list: "movies_in_theaters" | "movies_at_home" | "movies_coming_soon", ?sort: "popular" | "newest" | "top_box_office", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_browse_tvObject

Parameters:

  • list: ("tv_series_browse")
  • sort: ("popular", "newest")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def rottentomatoes_browse_tv: (?list: "tv_series_browse", ?sort: "popular" | "newest", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_episodeObject

Parameters:

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

Returns:

  • (Object)


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

def rottentomatoes_episode: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_movieObject

Parameters:

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

Returns:

  • (Object)


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

def rottentomatoes_movie: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_movie_reviewsObject

Parameters:

  • path: (String)
  • url: (String)
  • type: ("critics", "top-critics", "audience", "verified-audience")
  • limit: (Integer)
  • after: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def rottentomatoes_movie_reviews: (?path: String, ?url: String, ?type: "critics" | "top-critics" | "audience" | "verified-audience", ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_personObject

Parameters:

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

Returns:

  • (Object)


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

def rottentomatoes_person: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_searchObject

Parameters:

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

Returns:

  • (Object)


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

def rottentomatoes_search: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_seasonObject

Parameters:

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

Returns:

  • (Object)


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

def rottentomatoes_season: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rottentomatoes_seriesObject

Parameters:

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

Returns:

  • (Object)


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

def rottentomatoes_series: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped