Module: Mspire::Ident::SearchLike
- Included in:
- Search
- Defined in:
- lib/mspire/ident/search.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#peptide_hits ⇒ Object
(also: #hits)
Returns the value of attribute peptide_hits.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/mspire/ident/search.rb', line 6 def id @id end |
#peptide_hits ⇒ Object Also known as: hits
Returns the value of attribute peptide_hits.
7 8 9 |
# File 'lib/mspire/ident/search.rb', line 7 def peptide_hits @peptide_hits end |