Method: JSS::MobileDevice#mobile_device_groups

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

#mobile_device_groupsArray<Hash> (readonly)

One for each group to which the device belongs

The Hash keys are:

  • :name => the group name

  • :id => the group id in the JSS



368
369
370
# File 'lib/jss/api_object/mobile_device.rb', line 368

def mobile_device_groups
  @mobile_device_groups
end