Class: Ms::Mascot::Dat::Parameters

Inherits:
Section
  • Object
show all
Defined in:
lib/ms/mascot/dat/parameters.rb

Overview

Parameters represents search parameters in a Dat file. This section appears to be a direct dump of the multipart data created by a Mascot search form.

Content-Type: application/x-Mascot; name="parameters"

LICENSE=Licensed to: Matrix Science Internal use only - Frill, (4 processors).
MP=
NM=
COM=MS/MS Example
IATOL=
...

Parameters is a standard Section and simply defines methods for convenient access. See Section for parsing details.

Constant Summary

Constants inherited from Section

Section::CONTENT_TYPE_REGEXP, Section::TO_S_FORMAT

Instance Attribute Summary

Attributes inherited from Section

#dat, #data, #section_name

Method Summary

Methods inherited from Section

#initialize, parse, section_name, #to_s

Constructor Details

This class inherits a constructor from Ms::Mascot::Dat::Section