# File lib/fog/aws/parsers/compute/describe_route_tables.rb, line 16 def start_element(name, attrs = []) super case name when 'associationSet' @in_association_set = true when 'tagSet' @in_tag_set = true when 'routeSet' @in_route_set = true end end