Class: BioDSL::Homopolymer::Homopolymer

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

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



55
56
57
# File 'lib/BioDSL/seq/homopolymer.rb', line 55

def length
  @length
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



55
56
57
# File 'lib/BioDSL/seq/homopolymer.rb', line 55

def pattern
  @pattern
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



55
56
57
# File 'lib/BioDSL/seq/homopolymer.rb', line 55

def pos
  @pos
end