# File lib/fog/aws/parsers/elb/describe_load_balancer_attributes.rb, line 11 def start_element(name, attrs = []) super case name when 'ConnectionDraining' @connection_draining = {} when 'CrossZoneLoadBalancing' @cross_zone_load_balancing = {} when 'ConnectionSettings' @connection_settings = {} end end