# File lib/fog/slicehost/parsers/compute/get_image.rb, line 12 def end_element(name) case name when 'id' @response[name] = value.to_i when 'name' @response[name] = value end end
# File lib/fog/slicehost/parsers/compute/get_image.rb, line 8 def reset @response = {} end