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.



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

def entry_id
  @entry_id
end

#moltypeObject

Returns the value of attribute moltype.



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

def moltype
  @moltype
end

#sequenceObject

Returns the value of attribute sequence.



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

def sequence
  @sequence
end

#startObject

Returns the value of attribute start.



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

def start
  @start
end

#stopObject

Returns the value of attribute stop.



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

def stop
  @stop
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end