Method: JSS::ManagementHistory::MobileDeviceApp#dynamic_size_kb
- Defined in:
- lib/jss/api_object/management_history/mobile_device_app.rb
#dynamic_size_kb ⇒ Integer
Returns The dynamic size of the app in kb, e.g. 29033.
102 103 104 |
# File 'lib/jss/api_object/management_history/mobile_device_app.rb', line 102 def dynamic_size_kb size_to_kb @dynamic_size if @dynamic_size end |