class Comet::SoftwareUpdateNewsResponse
def to_hash
-
(Hash)
- The complete object as a Ruby hash
def to_hash ret = {} ret['latest_stable'] = @latest_stable ret['latest_prerelease'] = @latest_prerelease ret['downloads_url'] = @downloads_url ret['updates_info'] = @whats_new @unknown_json_fields.each do |k, v| ret[k] = v end ret end