class Tmdby::Certifications
Public Class Methods
movie_list()
click to toggle source
Get the list of supported certifications for movies
# File lib/tmdby/wrappers/certifications.rb, line 6 def self.movie_list self.fetch "movie/list" end
tv_list()
click to toggle source
Get the list of supported certifications for tv shows
# File lib/tmdby/wrappers/certifications.rb, line 11 def self.tv_list self.fetch "tv/list" end