class Mspire::Mzml::IsolationWindow
MUST supply a child term of MS:1000792 (isolation window attribute) one or more times
e.g.: MS:1000827 (isolation window target m/z) e.g.: MS:1000828 (isolation window lower offset) e.g.: MS:1000829 (isolation window upper offset)
MUST supply a child term of MS:1000792 (isolation window attribute) one or more times
e.g.: MS:1000827 (isolation window target m/z) e.g.: MS:1000828 (isolation window lower offset) e.g.: MS:1000829 (isolation window upper offset)
Public Instance Methods
to_xml(builder)
click to toggle source
Calls superclass method
Mspire::Paramable#to_xml
# File lib/mspire/mzml/isolation_window.rb, line 20 def to_xml(builder) builder.isolationWindow {|xml| super(xml) } end