Method: Paperclip::Storage::S3#http_proxy_port
- Defined in:
- lib/paperclip/storage/s3.rb
#http_proxy_port ⇒ Object
288 289 290 |
# File 'lib/paperclip/storage/s3.rb', line 288 def http_proxy_port using_http_proxy? ? @http_proxy[:port] : nil end |