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

include the nextToken in the body

This commit is contained in:
Edward Muller 2012-03-31 12:20:50 -07:00
parent 45d8f49333
commit edb6af8805

View file

@ -86,7 +86,7 @@ module Fog
@in_event = false
when 'instanceId', 'availabilityZone'
@instance[name] = value
when 'requestId'
when 'nextToken', 'requestId'
@response[name] = value
end
end