Class: Ruby::Merge::ScaffoldChunkSupport::ChunkSpec
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Merge::ScaffoldChunkSupport::ChunkSpec
- Defined in:
- lib/ruby/merge/scaffold_chunk_support.rb
Instance Attribute Summary collapse
-
#anchor_type ⇒ Object
Returns the value of attribute anchor_type.
-
#anchor_value ⇒ Object
Returns the value of attribute anchor_value.
-
#jaccard_threshold ⇒ Object
Returns the value of attribute jaccard_threshold.
-
#max_lookahead ⇒ Object
Returns the value of attribute max_lookahead.
-
#max_lookbehind ⇒ Object
Returns the value of attribute max_lookbehind.
-
#satellite_patterns ⇒ Object
Returns the value of attribute satellite_patterns.
Instance Attribute Details
#anchor_type ⇒ Object
Returns the value of attribute anchor_type
6 7 8 |
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6 def anchor_type @anchor_type end |
#anchor_value ⇒ Object
Returns the value of attribute anchor_value
6 7 8 |
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6 def anchor_value @anchor_value end |
#jaccard_threshold ⇒ Object
Returns the value of attribute jaccard_threshold
6 7 8 |
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6 def jaccard_threshold @jaccard_threshold end |
#max_lookahead ⇒ Object
Returns the value of attribute max_lookahead
6 7 8 |
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6 def max_lookahead @max_lookahead end |
#max_lookbehind ⇒ Object
Returns the value of attribute max_lookbehind
6 7 8 |
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6 def max_lookbehind @max_lookbehind end |
#satellite_patterns ⇒ Object
Returns the value of attribute satellite_patterns
6 7 8 |
# File 'lib/ruby/merge/scaffold_chunk_support.rb', line 6 def satellite_patterns @satellite_patterns end |