# File lib/fog/aws/parsers/elb/describe_instance_health.rb, line 13 def end_element(name) case name when 'Description', 'State', 'InstanceId', 'ReasonCode' @instance_state[name] = value when 'member' @response['DescribeInstanceHealthResult']['InstanceStates'] << @instance_state @instance_state = {} when 'RequestId' @response['ResponseMetadata'][name] = value end end
Generated with the Darkfish Rdoc Generator 2.