Class: Mspire::Ident::Pepxml::SearchHit::Simple
- Inherits:
-
Struct
- Object
- Struct
- Mspire::Ident::Pepxml::SearchHit::Simple
- Defined in:
- lib/mspire/ident/pepxml/search_hit.rb
Instance Attribute Summary collapse
-
#aaseq ⇒ Object
Returns the value of attribute aaseq.
-
#charge ⇒ Object
Returns the value of attribute charge.
-
#id ⇒ Object
Returns the value of attribute id.
-
#search ⇒ Object
Returns the value of attribute search.
-
#search_scores ⇒ Object
Returns the value of attribute search_scores.
Instance Attribute Details
#aaseq ⇒ Object
Returns the value of attribute aaseq
140 141 142 |
# File 'lib/mspire/ident/pepxml/search_hit.rb', line 140 def aaseq @aaseq end |
#charge ⇒ Object
Returns the value of attribute charge
140 141 142 |
# File 'lib/mspire/ident/pepxml/search_hit.rb', line 140 def charge @charge end |
#id ⇒ Object
Returns the value of attribute id
140 141 142 |
# File 'lib/mspire/ident/pepxml/search_hit.rb', line 140 def id @id end |
#search ⇒ Object
Returns the value of attribute search
140 141 142 |
# File 'lib/mspire/ident/pepxml/search_hit.rb', line 140 def search @search end |
#search_scores ⇒ Object
Returns the value of attribute search_scores
140 141 142 |
# File 'lib/mspire/ident/pepxml/search_hit.rb', line 140 def search_scores @search_scores end |