Class: Crawlora::ImdbGroup
- Inherits:
-
Object
- Object
- Crawlora::ImdbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #charts ⇒ Object
-
#initialize ⇒ ImdbGroup
constructor
A new instance of ImdbGroup.
- #name ⇒ Object
- #name_awards ⇒ Object
- #name_credits ⇒ Object
- #search ⇒ Object
- #search_title ⇒ Object
- #title ⇒ Object
- #title_awards ⇒ Object
- #title_company_credits ⇒ Object
- #title_credits ⇒ Object
- #title_episodes ⇒ Object
- #title_filming_locations ⇒ Object
- #title_goofs ⇒ Object
- #title_keywords ⇒ Object
- #title_parental_guide ⇒ Object
- #title_public_facts_analysis ⇒ Object
- #title_quotes ⇒ Object
- #title_ratings ⇒ Object
- #title_release_info ⇒ Object
- #title_reviews ⇒ Object
- #title_similar ⇒ Object
- #title_technical_specs ⇒ Object
- #title_trivia ⇒ Object
Constructor Details
#initialize ⇒ ImdbGroup
Returns a new instance of ImdbGroup.
861 |
# File 'sig/crawlora.rbs', line 861
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#charts ⇒ Object
862 |
# File 'sig/crawlora.rbs', line 862
def charts: (?chart: "top_rated_movies" | "top_rated_tv_shows" | "most_popular_movies" | "most_popular_tv_shows" | "top_rated_english_movies" | "lowest_rated_movies", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#name ⇒ Object
863 |
# File 'sig/crawlora.rbs', line 863
def name: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#name_awards ⇒ Object
864 |
# File 'sig/crawlora.rbs', line 864
def name_awards: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#name_credits ⇒ Object
865 |
# File 'sig/crawlora.rbs', line 865
def name_credits: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
866 |
# File 'sig/crawlora.rbs', line 866
def search: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_title ⇒ Object
867 |
# File 'sig/crawlora.rbs', line 867
def search_title: (?title: String, ?title_type: String, ?genres: String, ?release_date_from: String, ?release_date_to: String, ?min_user_rating: Float, ?max_user_rating: Float, ?min_votes: Integer, ?max_votes: Integer, ?min_popularity: Integer, ?max_popularity: Integer, ?min_runtime: Integer, ?max_runtime: Integer, ?groups: String, ?keywords: String, ?companies: String, ?certificates: String, ?colors: String, ?countries: String, ?languages: String, ?sound_mixes: String, ?role: String, ?characters: String, ?plot: String, ?include_adult: bool, ?sort: String, ?sort_order: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title ⇒ Object
868 |
# File 'sig/crawlora.rbs', line 868
def title: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_awards ⇒ Object
869 |
# File 'sig/crawlora.rbs', line 869
def title_awards: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_company_credits ⇒ Object
870 |
# File 'sig/crawlora.rbs', line 870
def title_company_credits: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_credits ⇒ Object
871 |
# File 'sig/crawlora.rbs', line 871
def title_credits: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_episodes ⇒ Object
872 |
# File 'sig/crawlora.rbs', line 872
def title_episodes: (?id: String, ?url: String, ?season: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_filming_locations ⇒ Object
873 |
# File 'sig/crawlora.rbs', line 873
def title_filming_locations: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_goofs ⇒ Object
874 |
# File 'sig/crawlora.rbs', line 874
def title_goofs: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_keywords ⇒ Object
875 |
# File 'sig/crawlora.rbs', line 875
def title_keywords: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_parental_guide ⇒ Object
876 |
# File 'sig/crawlora.rbs', line 876
def title_parental_guide: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_public_facts_analysis ⇒ Object
877 |
# File 'sig/crawlora.rbs', line 877
def title_public_facts_analysis: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_quotes ⇒ Object
878 |
# File 'sig/crawlora.rbs', line 878
def title_quotes: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_ratings ⇒ Object
879 |
# File 'sig/crawlora.rbs', line 879
def title_ratings: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_release_info ⇒ Object
880 |
# File 'sig/crawlora.rbs', line 880
def title_release_info: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_reviews ⇒ Object
881 |
# File 'sig/crawlora.rbs', line 881
def title_reviews: (?id: String, ?url: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_similar ⇒ Object
882 |
# File 'sig/crawlora.rbs', line 882
def title_similar: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_technical_specs ⇒ Object
883 |
# File 'sig/crawlora.rbs', line 883
def title_technical_specs: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_trivia ⇒ Object
884 |
# File 'sig/crawlora.rbs', line 884
def title_trivia: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|