# File lib/fog/aws/parsers/compute/describe_vpcs.rb, line 12 def start_element(name, attrs = []) super case name when 'tagSet' @in_tag_set = true when 'ipv6CidrBlockAssociationSet' @in_ipv6_set = true end end