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