Method: Cloudinary::Utils.download_zip_url
- Defined in:
- lib/cloudinary/utils.rb
.download_zip_url(options = {}) ⇒ Object
Returns a URL that when invokes creates an zip archive and returns it.
877 878 879 |
# File 'lib/cloudinary/utils.rb', line 877 def self.download_zip_url( = {}) download_archive_url(.merge(:target_format => "zip")) end |