module Shrine::Plugins::DownloadEndpoint::FileMethods

  1. lib/shrine/plugins/download_endpoint.rb

Methods

Public Instance

  1. download_url

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