class Mspire::Mzml::FileContent

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.

Public Instance Methods

to_xml(builder, &block) click to toggle source
Calls superclass method Mspire::Paramable#to_xml
# File lib/mspire/mzml/file_content.rb, line 13
def to_xml(builder, &block)
  builder.fileContent do |fc_n|
    super(fc_n, &block)
  end
  builder
end