module Shrine::Plugins::DownloadEndpoint::FileMethods

Public Instance Methods

download_url(**options) click to toggle source

Returns file URL on the download endpoint.

# File lib/shrine/plugins/download_endpoint.rb, line 56
def download_url(**options)
  FileUrl.new(self).call(**options)
end