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.
555 |
# File 'sig/crawlora.rbs', line 555
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#film ⇒ Object
556 |
# File 'sig/crawlora.rbs', line 556
def film: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#film_rating_histogram ⇒ Object
557 |
# File 'sig/crawlora.rbs', line 557
def film_rating_histogram: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#film_reviews ⇒ Object
558 |
# File 'sig/crawlora.rbs', line 558
def film_reviews: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#film_similar ⇒ Object
559 |
# File 'sig/crawlora.rbs', line 559
def film_similar: (?slug: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#member ⇒ Object
560 |
# File 'sig/crawlora.rbs', line 560
def member: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#person ⇒ Object
561 |
# File 'sig/crawlora.rbs', line 561
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
562 |
# File 'sig/crawlora.rbs', line 562
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
563 |
# File 'sig/crawlora.rbs', line 563
def search: (?q: String, ?type: "film", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|