method

new

rails latest stable - Class: ActionDispatch::RemoteIp::GetIp

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

new(req, check_ip, proxies)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/remote_ip.rb, line 100
      def initialize(req, check_ip, proxies)
        @req      = req
        @check_ip = check_ip
        @proxies  = proxies
      end