Method: Jamf::Computer#ip_address

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

#ip_addressIPAddr

Returns the last known IP address from the server’s perspective.

Returns:

  • (IPAddr)

    the last known IP address from the server’s perspective



621
622
623
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 621

def ip_address
  @ip_address
end