Class: OligoDesigner::Oligo
- Inherits:
-
Object
- Object
- OligoDesigner::Oligo
- Defined in:
- lib/oligo_designer.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#tm ⇒ Object
Returns the value of attribute tm.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance.
86 87 88 |
# File 'lib/oligo_designer.rb', line 86 def distance @distance end |
#sequence ⇒ Object
Returns the value of attribute sequence.
86 87 88 |
# File 'lib/oligo_designer.rb', line 86 def sequence @sequence end |
#tm ⇒ Object
Returns the value of attribute tm.
86 87 88 |
# File 'lib/oligo_designer.rb', line 86 def tm @tm end |