Method: Jamf::NetworkSegment#distribution_point

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

#distribution_pointString

Returns the name of the distribution point to be used from this network segment.

Returns:

  • (String)

    the name of the distribution point to be used from this network segment



370
371
372
# File 'lib/jamf/api/classic/api_objects/network_segment.rb', line 370

def distribution_point
  @distribution_point
end