Method: JSS::Computer#ip_address

Defined in:
lib/jss/api_object/computer.rb

#ip_addressIPAddr

Returns the last known IP address.

Returns:

  • (IPAddr)

    the last known IP address



533
534
535
# File 'lib/jss/api_object/computer.rb', line 533

def ip_address
  @ip_address
end