# File lib/fog/slicehost/parsers/compute/get_slice.rb, line 12 def end_element(name) case name when 'address' @response['addresses'] ||= [] @response['addresses'] << value when 'backup-id', 'flavor-id', 'id', 'image-id', 'progress' @response[name] = value.to_i when 'bw-in', 'bw-out' @response[name] = value.to_f when 'name', 'status' @response[name] = value end end