method
new
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::RemoteIp::GetIp
new(req, check_ip, proxies)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/remote_ip.rb, line 88
def initialize(req, check_ip, proxies)
@req = req
@check_ip = check_ip
@proxies = proxies
end