lib/fog/aws/parsers/ec2/describe_instances.rb in fog-0.0.89 vs lib/fog/aws/parsers/ec2/describe_instances.rb in fog-0.0.90
- old
+ new
@@ -11,18 +11,18 @@
@reservation = { 'groupSet' => [], 'instancesSet' => [] }
@response = { 'reservationSet' => [] }
end
def start_element(name, attrs = [])
+ super
case name
when 'blockDeviceMapping'
@in_block_device_mapping = true
when'groupSet', 'productCodes'
@in_subset = true
when 'instancesSet'
@in_instances_set = true
end
- @value = ''
end
def end_element(name)
case name
when 'amiLaunchIndex'