Method: Jamf::Locatable#clear_location

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

#clear_locationvoid

This method returns an undefined value.

Clear all location data



240
241
242
243
244
245
246
247
248
249
250
# File 'lib/jamf/api/classic/api_objects/locatable.rb', line 240

def clear_location
  @username = ''
  @real_name = ''
  @email_address = ''
  @position = ''
  @phone = ''
  @department = ''
  @building = ''
  @room = ''
  @need_to_update = true
end