Class: Bio::RestrictionEnzyme::DoubleStranded::AlignedStrands::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb

Overview

The object returned for alignments

Instance Attribute Summary collapse

Instance Attribute Details

#complementObject

Returns the value of attribute complement

Returns:

  • (Object)

    the current value of complement



29
30
31
# File 'lib/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb', line 29

def complement
  @complement
end

#primaryObject

Returns the value of attribute primary

Returns:

  • (Object)

    the current value of primary



29
30
31
# File 'lib/bio/util/restriction_enzyme/double_stranded/aligned_strands.rb', line 29

def primary
  @primary
end