Class: BioDSL::Seq::Orf

Inherits:
Struct
  • Object
show all
Defined in:
lib/BioDSL/seq.rb

Overview

Struct for holding an ORF.

Instance Attribute Summary collapse

Instance Attribute Details

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



656
657
658
# File 'lib/BioDSL/seq.rb', line 656

def entry
  @entry
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



656
657
658
# File 'lib/BioDSL/seq.rb', line 656

def start
  @start
end

#stopObject

Returns the value of attribute stop

Returns:

  • (Object)

    the current value of stop



656
657
658
# File 'lib/BioDSL/seq.rb', line 656

def stop
  @stop
end