# File lib/fog/aws/parsers/compute/describe_dhcp_options.rb, line 16 def start_element(name, attrs = []) super case name when 'tagSet' @in_tag_set = true when 'dhcpConfigurationSet' @in_dhcp_configuration_set = true when 'valueSet' @in_value_set = true end end