Class: Bio::DAS::SEQUENCE
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#moltype ⇒ Object
Returns the value of attribute moltype.
-
#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.
365 366 367 |
# File 'lib/bio/io/das.rb', line 365 def entry_id @entry_id end |
#moltype ⇒ Object
Returns the value of attribute moltype.
365 366 367 |
# File 'lib/bio/io/das.rb', line 365 def moltype @moltype end |
#sequence ⇒ Object
Returns the value of attribute sequence.
365 366 367 |
# File 'lib/bio/io/das.rb', line 365 def sequence @sequence end |
#start ⇒ Object
Returns the value of attribute start.
365 366 367 |
# File 'lib/bio/io/das.rb', line 365 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop.
365 366 367 |
# File 'lib/bio/io/das.rb', line 365 def stop @stop end |
#version ⇒ Object
Returns the value of attribute version.
365 366 367 |
# File 'lib/bio/io/das.rb', line 365 def version @version end |