module Tmdb::ProfileUrls
Direct including types
Defined in:
profile_urls.crInstance Method Summary
-
#profile_url(size : String = "original") : String
Get the profile full URL.
Instance Method Detail
def profile_url(size : String = "original") : String
#
Get the profile full URL.
By default original
size is returned. See
Tmdb::Configuration#images_profile_sizes
for more details.