# File lib/fog/aws/parsers/elb/deregister_instances_from_load_balancer.rb, line 12 def end_element(name) case name when 'InstanceId' @response['DeregisterInstancesFromLoadBalancerResult']['Instances'] << {name => value} when 'RequestId' @response['ResponseMetadata'][name] = value end end
Generated with the Darkfish Rdoc Generator 2.