module Shrine::Plugins::DownloadEndpoint::FileMethods

  1. lib/shrine/plugins/download_endpoint.rb

Methods

Public Instance

  1. download_url

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