Sha256: 9afa6fbda1ece53a510a967b9adbb899729b9f8384640fbaaa0edd8507138fa9
Contents?: true
Size: 604 Bytes
Versions: 27
Compression:
Stored size: 604 Bytes
Contents
require 'mspire/cv/paramable' module Mspire class Mzml # This summarizes the different types of spectra that can be expected in # the file. This is expected to aid processing software in skipping files # that do not contain appropriate spectrum types for it. It should also # describe the nativeID format used in the file by referring to an # appropriate CV term. class FileContent include Mspire::CV::Paramable def to_xml(builder, &block) builder.fileContent do |fc_n| super(fc_n, &block) end builder end end end end
Version data entries
27 entries across 27 versions & 1 rubygems