Method: Jamf::NetworkSegment#override_buildings

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

#override_buildingsBoolean

Returns should machines checking in from this segment update their building.

Returns:

  • (Boolean)

    should machines checking in from this segment update their building



385
386
387
# File 'lib/jamf/api/classic/api_objects/network_segment.rb', line 385

def override_buildings
  @override_buildings
end