Class: Bio::RestrictionEnzyme::Range::SequenceRange::Fragment::DisplayFragment
- Inherits:
-
Struct
- Object
- Struct
- Bio::RestrictionEnzyme::Range::SequenceRange::Fragment::DisplayFragment
- Defined in:
- lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb
Instance Attribute Summary collapse
-
#c_left ⇒ Object
Returns the value of attribute c_left.
-
#c_right ⇒ Object
Returns the value of attribute c_right.
-
#complement ⇒ Object
Returns the value of attribute complement.
-
#p_left ⇒ Object
Returns the value of attribute p_left.
-
#p_right ⇒ Object
Returns the value of attribute p_right.
-
#primary ⇒ Object
Returns the value of attribute primary.
Instance Attribute Details
#c_left ⇒ Object
Returns the value of attribute c_left
19 20 21 |
# File 'lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb', line 19 def c_left @c_left end |
#c_right ⇒ Object
Returns the value of attribute c_right
19 20 21 |
# File 'lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb', line 19 def c_right @c_right end |
#complement ⇒ Object
Returns the value of attribute complement
19 20 21 |
# File 'lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb', line 19 def complement @complement end |
#p_left ⇒ Object
Returns the value of attribute p_left
19 20 21 |
# File 'lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb', line 19 def p_left @p_left end |
#p_right ⇒ Object
Returns the value of attribute p_right
19 20 21 |
# File 'lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb', line 19 def p_right @p_right end |
#primary ⇒ Object
Returns the value of attribute primary
19 20 21 |
# File 'lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb', line 19 def primary @primary end |