# File lib/fog/parsers/compute/voxel/voxcloud_create.rb, line 24
          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