class

Tmdb::Keyword

Inherits Reference < Object

Constructors

detail(id : Int64) : Keyword
Source
new(data : JSON::Any)
Source

Instance methods

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.

Source
name
Source