AwsParser
# File lib/elb/elb_interface.rb, line 213 def reset @result = {} end
# File lib/elb/elb_interface.rb, line 218 def tagend(name) case name when 'DNSName' then @result[:dns_name] = @text end end