class Tmdb::Certification
- Tmdb::Certification
- Reference
- Object
Defined in:
certification.crConstructors
Class Method Summary
-
.movies(skip_cache : Bool = false) : Hash(String, Array(Certification))
Get movie certifications
-
.tv_shows(skip_cache : Bool = false) : Hash(String, Array(Certification))
Get TV certifications
Instance Method Summary
-
#certification : String
Certification name.
-
#meaning : String
Certification description.
-
#order : Int32
Display order
Constructor Detail
Class Method Detail
Get movie certifications
Get an up to date list of the officially supported movie certifications on TMDB. The results are grouped by country code.
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.