# File lib/fog/aws/parsers/elb/tag_list_parser.rb, line 9
          def reset
            @this_key   = nil
            @this_value = nil
            @tags       = Hash.new
            @response   = { 'DescribeTagsResult' => { 'LoadBalancers' => [] }, 'ResponseMetadata' => {} }
            @in_tags = false
          end