1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|cloudwatch] Remove duplicate RequestId from response.

This commit is contained in:
Jens Braeuer 2011-10-04 14:31:04 +02:00
parent c337c630bc
commit 584ce1b16c

View file

@ -15,19 +15,11 @@ module Fog
def end_element(name)
case name
<<<<<<< HEAD
when 'RequestId'
@response['ResponseMetadata'][name] = value
@response['ResponseMetadata'][name] = value.strip
end
end
end
=======
when /RequestId|PutMetricAlarmResponse/
@response['ResponseMetadata'][name] = @value.strip
end
end
end
>>>>>>> [aws|cloudwatch] Add support for put-metric-alarm call.
end
end
end