Class: Crawlora::LetterboxdGroup
- Inherits:
-
Object
- Object
- Crawlora::LetterboxdGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #film ⇒ Object
- #film_rating_histogram ⇒ Object
- #film_reviews ⇒ Object
- #film_similar ⇒ Object
-
#initialize ⇒ LetterboxdGroup
constructor
A new instance of LetterboxdGroup.
- #member ⇒ Object
- #person ⇒ Object
- #popular ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ LetterboxdGroup
Returns a new instance of LetterboxdGroup.
466 |
# File 'sig/crawlora.rbs', line 466
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#film ⇒ Object
467 |
# File 'sig/crawlora.rbs', line 467
def film: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#film_rating_histogram ⇒ Object
468 |
# File 'sig/crawlora.rbs', line 468
def film_rating_histogram: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#film_reviews ⇒ Object
469 |
# File 'sig/crawlora.rbs', line 469
def film_reviews: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#film_similar ⇒ Object
470 |
# File 'sig/crawlora.rbs', line 470
def film_similar: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#member ⇒ Object
471 |
# File 'sig/crawlora.rbs', line 471
def member: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#person ⇒ Object
472 |
# File 'sig/crawlora.rbs', line 472
def person: (?slug: String, ?role: "actor" | "director", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#popular ⇒ Object
473 |
# File 'sig/crawlora.rbs', line 473
def popular: (?period: "day" | "week" | "month" | "year", ?genre: String, ?decade: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
474 |
# File 'sig/crawlora.rbs', line 474
def search: (?q: String, ?type: "film", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|