class Comet::GlobalOverrideOptions
def to_hash
-
(Hash)- The complete object as a Ruby hash
def to_hash ret = {} unless @random_delay_secs.nil? ret['RandomDelaySecs'] = @random_delay_secs end @unknown_json_fields.each do |k, v| ret[k] = v end ret end