class Tmdb::Certification
- Tmdb::Certification
- Reference
- Object
Defined in:
certification.crConstructors
Class Method Summary
-
.movies : Hash(String, Array(Certification))
Get movie certifications
-
.tv_shows : 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
def self.movies : 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.
def self.tv_shows : 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.