Class: Bio::DAS::TARGET
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#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
#entry_id ⇒ Object
Returns the value of attribute entry_id.
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def entry_id @entry_id end |
#name ⇒ Object
Returns the value of attribute name.
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def name @name end |
#start ⇒ Object
Returns the value of attribute start.
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop.
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def stop @stop end |