module Tmdb::StillUrls
Direct including types
Defined in:
still_urls.crInstance Method Summary
-
#still_url(size : String = "original") : String
Get the still full URL.
Instance Method Detail
def still_url(size : String = "original") : String
#
Get the still full URL.
By default original
size is returned. See
Tmdb::Configuration#images_still_sizes
for more details.