Class: Mascot::DAT::Proteins::ProteinEntry
- Inherits:
-
Struct
- Object
- Struct
- Mascot::DAT::Proteins::ProteinEntry
- Defined in:
- lib/mascot/dat/proteins.rb
Instance Attribute Summary collapse
-
#accession ⇒ Object
Returns the value of attribute accession.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#mr ⇒ Object
Returns the value of attribute mr.
Instance Attribute Details
#accession ⇒ Object
Returns the value of attribute accession
4 5 6 |
# File 'lib/mascot/dat/proteins.rb', line 4 def accession @accession end |
#desc ⇒ Object
Returns the value of attribute desc
4 5 6 |
# File 'lib/mascot/dat/proteins.rb', line 4 def desc @desc end |
#mr ⇒ Object
Returns the value of attribute mr
4 5 6 |
# File 'lib/mascot/dat/proteins.rb', line 4 def mr @mr end |