Method: JSS::Locatable#clear_location
- Defined in:
- lib/jss/api_object/locatable.rb
#clear_location ⇒ void
This method returns an undefined value.
Clear all location data
245 246 247 248 249 250 251 252 253 254 255 |
# File 'lib/jss/api_object/locatable.rb', line 245 def clear_location @username = '' @real_name = '' @email_address = '' @position = '' @phone = '' @department = '' @building = '' @room = '' @need_to_update = true end |