Method: JSS::User#mobile_devices

Defined in:
lib/jss/api_object/user.rb

#mobile_devicesArray<Hash> (readonly)

Note:

This data is currently broken - the JSON output of the API only

The mobile devices associated with this user

Each Hash has then :id and :name for one device

returns one mobile device, and it isn’t formatted in a standard way.

Returns:



143
144
145
# File 'lib/jss/api_object/user.rb', line 143

def mobile_devices
  @mobile_devices
end