Methods

Files

Class/Module Index [+]

Quicksearch

Paperclip::UriAdapter

Attributes

content_type[W]

Public Class Methods

new(target) click to toggle source
# File lib/paperclip/io_adapters/uri_adapter.rb, line 5
def initialize(target)
  @target = target
  @content = download_content
  cache_current_values
  @tempfile = copy_to_tempfile(@content)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.