# File lib/fog/aws/parsers/compute/describe_addresses.rb, line 13 def end_element(name) case name when 'instanceId', 'publicIp', 'domain', 'allocationId', 'associationId' @address[name] = value when 'item' @response['addressesSet'] << @address @address = {} when 'requestId' @response[name] = value end end
Generated with the Darkfish Rdoc Generator 2.