# File lib/fog/compute/parsers/slicehost/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