Class: Ruby::Merge::ScaffoldChunkSupport::ChunkSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby/merge/scaffold_chunk_support.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_typeObject

Returns the value of attribute anchor_type

Returns:

  • (Object)

    the current value of anchor_type



6
7
8
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6

def anchor_type
  @anchor_type
end

#anchor_valueObject

Returns the value of attribute anchor_value

Returns:

  • (Object)

    the current value of anchor_value



6
7
8
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6

def anchor_value
  @anchor_value
end

#jaccard_thresholdObject

Returns the value of attribute jaccard_threshold

Returns:

  • (Object)

    the current value of jaccard_threshold



6
7
8
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6

def jaccard_threshold
  @jaccard_threshold
end

#max_lookaheadObject

Returns the value of attribute max_lookahead

Returns:

  • (Object)

    the current value of max_lookahead



6
7
8
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6

def max_lookahead
  @max_lookahead
end

#max_lookbehindObject

Returns the value of attribute max_lookbehind

Returns:

  • (Object)

    the current value of max_lookbehind



6
7
8
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6

def max_lookbehind
  @max_lookbehind
end

#satellite_patternsObject

Returns the value of attribute satellite_patterns

Returns:

  • (Object)

    the current value of satellite_patterns



6
7
8
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6

def satellite_patterns
  @satellite_patterns
end