module Shrine::Plugins::DownloadEndpoint::FileMethods
Public Instance Methods
Source
# File lib/shrine/plugins/download_endpoint.rb 59 def download_url(**) 60 FileUrl.new(self).call(**) 61 end
Returns file URL on the download endpoint.
# File lib/shrine/plugins/download_endpoint.rb 59 def download_url(**) 60 FileUrl.new(self).call(**) 61 end
Returns file URL on the download endpoint.