Method: Jamf::Computer#reported_ip_address

Defined in:
lib/jamf/api/classic/api_objects/computer.rb

#reported_ip_addressIPAddr (readonly)

Returns the last known IP address from the client’s perspecive.

Returns:

  • (IPAddr)

    the last known IP address from the client’s perspecive



624
625
626
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 624

def reported_ip_address
  @reported_ip_address
end