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
#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 |
#length ⇒ Object
Returns the value of attribute length.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def length @length end |
#sequence ⇒ Object
Returns the value of attribute sequence.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def sequence @sequence end |
#start ⇒ Object
Returns the value of attribute start.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def stop @stop end |
#version ⇒ Object
Returns the value of attribute version.
361 362 363 |
# File 'lib/bio/io/das.rb', line 361 def version @version end |