class Tmdb::Keyword
- Tmdb::Keyword
- Reference
- Object
Defined in:
keyword.crConstructors
Instance Method Summary
- #id : Int64
-
#movies(language : String | Nil = nil, include_adult : Bool | Nil = nil) : LazyIterator(MovieResult)
Get the movies that belong to a keyword.
- #name : String
Constructor Detail
Instance Method Detail
def movies(language : String | Nil = nil, include_adult : Bool | Nil = nil) : LazyIterator(MovieResult)
#
Get the movies that belong to a keyword.
We highly recommend using Tmdb::Dicover.movie
instead of this method as it
is much more flexible.