createIpVar function

Expression createIpVar()

Implementation

Expression createIpVar() {
  return refer('context').property('request').property('ip');
}