Class: PeptideFragment
- Inherits:
-
Object
- Object
- PeptideFragment
- Defined in:
- lib/protk/gapped_aligner.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end.
6 7 8 |
# File 'lib/protk/gapped_aligner.rb', line 6 def end @end end |
#seq ⇒ Object
Returns the value of attribute seq.
7 8 9 |
# File 'lib/protk/gapped_aligner.rb', line 7 def seq @seq end |
#start ⇒ Object
Returns the value of attribute start.
5 6 7 |
# File 'lib/protk/gapped_aligner.rb', line 5 def start @start end |