Method: Jamf::Computer#distribution_point

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

#distribution_pointString (readonly)

Returns The name of the distribution point for this computer.

Returns:

  • (String)

    The name of the distribution point for this computer



615
616
617
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 615

def distribution_point
  @distribution_point
end