# File lib/fog/voxel/parsers/compute/voxcloud_create.rb, line 26 def end_element(name) case name when 'id' @response['device'][name] = value when 'last_update' @response['device'][name] = Time.at(value.to_i) end end