module Tmdb::PosterUrls
Direct including types
Defined in:
poster_urls.crInstance Method Summary
-
#poster_url(size : String = "original") : String
Get the poster full URL.
Instance Method Detail
def poster_url(size : String = "original") : String
#
Get the poster full URL.
By default original
size is returned. See
Tmdb::Configuration#images_poster_sizes
for more details.