Class: Bio::DAS::SEQUENCE

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.



364
365
366
# File 'lib/bio/io/das.rb', line 364

def entry_id
  @entry_id
end

#moltypeObject

Returns the value of attribute moltype.



364
365
366
# File 'lib/bio/io/das.rb', line 364

def moltype
  @moltype
end

#sequenceObject

Returns the value of attribute sequence.



364
365
366
# File 'lib/bio/io/das.rb', line 364

def sequence
  @sequence
end

#startObject

Returns the value of attribute start.



364
365
366
# File 'lib/bio/io/das.rb', line 364

def start
  @start
end

#stopObject

Returns the value of attribute stop.



364
365
366
# File 'lib/bio/io/das.rb', line 364

def stop
  @stop
end

#versionObject

Returns the value of attribute version.



364
365
366
# File 'lib/bio/io/das.rb', line 364

def version
  @version
end