Class: Bio::DAS::DNA

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.



360
361
362
# File 'lib/bio/io/das.rb', line 360

def entry_id
  @entry_id
end

#lengthObject

Returns the value of attribute length.



360
361
362
# File 'lib/bio/io/das.rb', line 360

def length
  @length
end

#sequenceObject

Returns the value of attribute sequence.



360
361
362
# File 'lib/bio/io/das.rb', line 360

def sequence
  @sequence
end

#startObject

Returns the value of attribute start.



360
361
362
# File 'lib/bio/io/das.rb', line 360

def start
  @start
end

#stopObject

Returns the value of attribute stop.



360
361
362
# File 'lib/bio/io/das.rb', line 360

def stop
  @stop
end

#versionObject

Returns the value of attribute version.



360
361
362
# File 'lib/bio/io/das.rb', line 360

def version
  @version
end