Method: JSS::MobileDevice#available_mb

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

#available_mbIntger (readonly) Also known as: available

Returns how much space available on the device?.

Returns:

  • (Intger)

    how much space available on the device?



286
287
288
# File 'lib/jss/api_object/mobile_device.rb', line 286

def available_mb
  @available_mb
end