Class: Bio::DAS::SEQUENCE

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

Instance Attribute Summary collapse

Instance Attribute Details

#entry_id ⇒ Object

Returns the value of attribute entry_id.



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

def entry_id
  @entry_id
end

#moltype ⇒ Object

Returns the value of attribute moltype.



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

def moltype
  @moltype
end

#sequence ⇒ Object

Returns the value of attribute sequence.



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

def sequence
  @sequence
end

#start ⇒ Object

Returns the value of attribute start.



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

def start
  @start
end

#stop ⇒ Object

Returns the value of attribute stop.



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

def stop
  @stop
end

#version ⇒ Object

Returns the value of attribute version.



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

def version
  @version
end