Method: JSS::MobileDevice#last_backup_time

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

#last_backup_timeTime (readonly) Also known as: last_backup_date, last_backup

Returns uses the value from the API’s last_backup_time_epoch.

Returns:

  • (Time)

    uses the value from the API’s last_backup_time_epoch



323
324
325
# File 'lib/jss/api_object/mobile_device.rb', line 323

def last_backup_time
  @last_backup_time
end