Class: Bio::RestrictionEnzyme::DoubleStranded::AlignedStrands::Result
- Inherits:
-
Struct
- Object
- Struct
- Bio::RestrictionEnzyme::DoubleStranded::AlignedStrands::Result
- Defined in:
- lib/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb
Overview
The object returned for alignments
Instance Attribute Summary collapse
-
#complement ⇒ Object
Returns the value of attribute complement.
-
#primary ⇒ Object
Returns the value of attribute primary.
Instance Attribute Details
#complement ⇒ Object
Returns the value of attribute complement
22 23 24 |
# File 'lib/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb', line 22 def complement @complement end |
#primary ⇒ Object
Returns the value of attribute primary
22 23 24 |
# File 'lib/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb', line 22 def primary @primary end |