Class: Bio::DAS::DNA
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#length ⇒ Object
Returns the value of attribute length.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stop ⇒ Object
Returns the value of attribute stop.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
permalink #entry_id ⇒ Object
Returns the value of attribute entry_id.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def entry_id @entry_id end |
permalink #length ⇒ Object
Returns the value of attribute length.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def length @length end |
permalink #sequence ⇒ Object
Returns the value of attribute sequence.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def sequence @sequence end |
permalink #start ⇒ Object
Returns the value of attribute start.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def start @start end |