Method: Paperclip::Storage::S3#http_proxy_password

Defined in:
lib/paperclip/storage/s3.rb

#http_proxy_passwordObject



296
297
298
# File 'lib/paperclip/storage/s3.rb', line 296

def http_proxy_password
  using_http_proxy? ? @http_proxy[:password] : nil
end