Class: Ms::Mascot::Dat::Index

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

Overview

Index maps section names to the line at which the multipart break (ex ‘–gc0p4Jq0M2Yt08jU534c0p’) occurs. Achive creates it’s own index and does not make use of this section.

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

parameters=4
masses=78
unimod=117
...

Index 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