Method: Jamf::Locatable#clear_location
- Defined in:
- lib/jamf/api/classic/api_objects/locatable.rb
#clear_location ⇒ void
This method returns an undefined value.
Clear all location data
258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/jamf/api/classic/api_objects/locatable.rb', line 258 def clear_location @username = '' @real_name = '' @email_address = '' @position = '' @phone = '' @department = '' @building = '' @room = '' @need_to_update = true end |