Class: Bio::DAS::TARGET
Instance Attribute Summary (collapse)
-
- (Object) entry_id
Returns the value of attribute entry_id.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) start
Returns the value of attribute start.
-
- (Object) stop
Returns the value of attribute stop.
Instance Attribute Details
- (Object) entry_id
Returns the value of attribute entry_id
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def entry_id @entry_id end |
- (Object) name
Returns the value of attribute name
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def name @name end |
- (Object) start
Returns the value of attribute start
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def start @start end |
- (Object) stop
Returns the value of attribute stop
401 402 403 |
# File 'lib/bio/io/das.rb', line 401 def stop @stop end |