# File lib/fog/aws/parsers/compute/describe_subnets.rb, line 8 def reset @subnet = { 'tagSet' => {} } @response = { 'subnetSet' => [] } @tag = {} end