Method: Jamf::MobileDevice#percentage_used
- Defined in:
- lib/jamf/api/classic/api_objects/mobile_device.rb
#percentage_used ⇒ Integer (readonly)
Returns how much of the capacity is in use?.
314 315 316 |
# File 'lib/jamf/api/classic/api_objects/mobile_device.rb', line 314 def percentage_used @percentage_used end |