class Excon::Response

def remote_ip=(new_remote_ip)

def remote_ip=(new_remote_ip)
  @data[:remote_ip] = new_remote_ip
end