class

Tmdb::Certification

Inherits Reference < Object

Constructors

new(data : JSON::Any)
Source

Class methods

movies(skip_cache : Bool = false) : Hash(String, Array(Certification))

Get movie certifications

Get an up to date list of the officially supported movie certifications on TMDB. The results are grouped by country code.

Source
tv_shows(skip_cache : Bool = false) : Hash(String, Array(Certification))

Get TV certifications

Get an up to date list of the officially supported TV show certifications on TMDB. The results are grouped by country code.

Source

Instance methods

certification

Certification name. Example PG-13, R, G, it depends on the country.

Source
meaning

Certification description.

Source
order

Display order

Source