Public Instance methods
download_url(**)
Returns file URL on the download endpoint.
[show source]
# File lib/shrine/plugins/download_endpoint.rb 59 def download_url(**) 60 FileUrl.new(self).call(**) 61 end