Class: GenePrediction
- Inherits:
-
Object
- Object
- GenePrediction
- Defined in:
- bin/gag
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stop ⇒ Object
Returns the value of attribute stop.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction.
142 143 144 |
# File 'bin/gag', line 142 def direction @direction end |
#name ⇒ Object
Returns the value of attribute name.
142 143 144 |
# File 'bin/gag', line 142 def name @name end |
#start ⇒ Object
Returns the value of attribute start.
142 143 144 |
# File 'bin/gag', line 142 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop.
142 143 144 |
# File 'bin/gag', line 142 def stop @stop end |