method
new
v7.0.0 -
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 100
def initialize(req, check_ip, proxies)
@req = req
@check_ip = check_ip
@proxies = proxies
end