Class: Crawlora::MetacriticGroup
- Inherits:
-
Object
- Object
- Crawlora::MetacriticGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #browse ⇒ Object
- #game ⇒ Object
- #game_critic_reviews ⇒ Object
- #game_user_reviews ⇒ Object
-
#initialize ⇒ MetacriticGroup
constructor
A new instance of MetacriticGroup.
- #movie ⇒ Object
- #movie_critic_reviews ⇒ Object
- #movie_user_reviews ⇒ Object
- #tv ⇒ Object
- #tv_critic_reviews ⇒ Object
- #tv_user_reviews ⇒ Object
Constructor Details
#initialize ⇒ MetacriticGroup
Returns a new instance of MetacriticGroup.
787 |
# File 'sig/crawlora.rbs', line 787
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#browse ⇒ Object
788 |
# File 'sig/crawlora.rbs', line 788
def browse: (?type: "game" | "movie" | "tv", ?genre: String, ?sort: "score" | "popularity" | "release_date" | "oldest", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game ⇒ Object
789 |
# File 'sig/crawlora.rbs', line 789
def game: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_critic_reviews ⇒ Object
790 |
# File 'sig/crawlora.rbs', line 790
def game_critic_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "publication", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_user_reviews ⇒ Object
791 |
# File 'sig/crawlora.rbs', line 791
def game_user_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "helpful", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#movie ⇒ Object
792 |
# File 'sig/crawlora.rbs', line 792
def movie: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#movie_critic_reviews ⇒ Object
793 |
# File 'sig/crawlora.rbs', line 793
def movie_critic_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "publication", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#movie_user_reviews ⇒ Object
794 |
# File 'sig/crawlora.rbs', line 794
def movie_user_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "helpful", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv ⇒ Object
795 |
# File 'sig/crawlora.rbs', line 795
def tv: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv_critic_reviews ⇒ Object
796 |
# File 'sig/crawlora.rbs', line 796
def tv_critic_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "publication", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv_user_reviews ⇒ Object
797 |
# File 'sig/crawlora.rbs', line 797
def tv_user_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "helpful", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|