Method: Jamf::NetworkSegment#building

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

#buildingString

Returns building for this segment. Must be one of the buildings in the JSS.

Returns:

  • (String)

    building for this segment. Must be one of the buildings in the JSS



364
365
366
# File 'lib/jamf/api/classic/api_objects/network_segment.rb', line 364

def building
  @building
end