# File lib/fog/aws/parsers/compute/describe_vpcs.rb, line 6 def reset @vpc = { 'tagSet' => {}, 'ipv6CidrBlockAssociationSet' => {} } @response = { 'vpcSet' => [] } @tag = {} end