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