Class: Crawlora::RottenTomatoesGroup
- Inherits:
-
Object
- Object
- Crawlora::RottenTomatoesGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ RottenTomatoesGroup
constructor
A new instance of RottenTomatoesGroup.
- #rottentomatoes_browse_movies ⇒ Object
- #rottentomatoes_browse_tv ⇒ Object
- #rottentomatoes_episode ⇒ Object
- #rottentomatoes_movie ⇒ Object
- #rottentomatoes_movie_reviews ⇒ Object
- #rottentomatoes_person ⇒ Object
- #rottentomatoes_search ⇒ Object
- #rottentomatoes_season ⇒ Object
- #rottentomatoes_series ⇒ Object
Constructor Details
#initialize ⇒ RottenTomatoesGroup
Returns a new instance of RottenTomatoesGroup.
529 |
# File 'sig/crawlora.rbs', line 529
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#rottentomatoes_browse_movies ⇒ Object
530 |
# File 'sig/crawlora.rbs', line 530
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_tv ⇒ Object
531 |
# File 'sig/crawlora.rbs', line 531
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_episode ⇒ Object
532 |
# File 'sig/crawlora.rbs', line 532
def rottentomatoes_episode: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rottentomatoes_movie ⇒ Object
533 |
# File 'sig/crawlora.rbs', line 533
def rottentomatoes_movie: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rottentomatoes_movie_reviews ⇒ Object
534 |
# File 'sig/crawlora.rbs', line 534
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_person ⇒ Object
535 |
# File 'sig/crawlora.rbs', line 535
def rottentomatoes_person: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rottentomatoes_search ⇒ Object
536 |
# File 'sig/crawlora.rbs', line 536
def rottentomatoes_search: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rottentomatoes_season ⇒ Object
537 |
# File 'sig/crawlora.rbs', line 537
def rottentomatoes_season: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rottentomatoes_series ⇒ Object
538 |
# File 'sig/crawlora.rbs', line 538
def rottentomatoes_series: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|