# File lib/fog/parsers/terremark/get_catalog_item.rb, line 9 def start_element(name, attributes) super case name when "Entity" @response["Entity"] = extract_attributes(attributes) when "CatalogItem" catalog_item = extract_attributes(attributes) @response["name"] = catalog_item["name"] when "Property" @property_key = attributes.value end end