Method: JSS::MobileDevice#applications

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

#applicationsArray<Hash> (readonly)

Returns the applications on the device.

Returns:

  • (Array<Hash>)

    the applications on the device



339
340
341
# File 'lib/jss/api_object/mobile_device.rb', line 339

def applications
  @applications
end