class Comet::CometDestinationLocation
def to_hash
-
(Hash)
- The complete object as a Ruby hash
def to_hash ret = {} ret['CometServer'] = @comet_server ret['CometBucket'] = @comet_bucket ret['CometBucketKey'] = @comet_bucket_key @unknown_json_fields.each do |k, v| ret[k] = v end ret end