class Tmdb::Certification

Defined in:

certification.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(data : JSON::Any) #

[View source]

Class Method Detail

def self.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.


[View source]
def self.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.


[View source]

Instance Method Detail

def certification : String #

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


[View source]
def meaning : String #

Certification description.


[View source]
def order : Int32 #

Display order


[View source]