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