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