Sha256: 5a42853df8c3eeb7c6d09c2addbdcf2a42091bfed7d80f140ae407c9a5619df9

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

require 'mspire/cv/paramable'

module Mspire
  class Mzml
    # Typical params might be like:
    #
    #     accession="MS:1000501" name="scan window lower limit" value="400"
    #     accession="MS:1000500" name="scan window upper limit" value="1800"
    class ScanWindow
      include Mspire::CV::Paramable
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mspire-0.8.1 lib/mspire/mzml/scan_window.rb
mspire-0.8.0 lib/mspire/mzml/scan_window.rb