Class: Bio::DAS::TARGET

Inherits:
Object show all
Defined in:
lib/bio/io/das.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idObject

Returns the value of attribute entry_id.



400
401
402
# File 'lib/bio/io/das.rb', line 400

def entry_id
  @entry_id
end

#nameObject

Returns the value of attribute name.



400
401
402
# File 'lib/bio/io/das.rb', line 400

def name
  @name
end

#startObject

Returns the value of attribute start.



400
401
402
# File 'lib/bio/io/das.rb', line 400

def start
  @start
end

#stopObject

Returns the value of attribute stop.



400
401
402
# File 'lib/bio/io/das.rb', line 400

def stop
  @stop
end