Method: ActiveStorage::Downloader#initialize

Defined in:
activestorage/lib/active_storage/downloader.rb

#initialize(service) ⇒ Downloader

Returns a new instance of Downloader.



7
8
9
# File 'activestorage/lib/active_storage/downloader.rb', line 7

def initialize(service)
  @service = service
end