class Comet::SelfBackupStatistics
def to_hash
-
(Hash)- The complete object as a Ruby hash
def to_hash ret = {} ret['CurrentRunStart'] = @current_run_start ret['LastRunStart'] = @last_run_start ret['LastRunEnd'] = @last_run_end ret['LastRunSuccess'] = @last_run_success ret['LastRunSize'] = @last_run_size @unknown_json_fields.each do |k, v| ret[k] = v end ret end