class RecordLinkage::ObjectComparer::Config

Object given to ‘initialize` block to allow API for configuring matchers / values

Attributes

default_threshold[RW]
default_weight[RW]
matchers[R]

Public Instance Methods

add_matcher(property1, property2, definition, options = {}) click to toggle source
# File lib/record_linkage/object_comparer.rb, line 87
def add_matcher(property1, property2, definition, options = {})
  matchers << Matcher.new(property1, property2, definition, options)
end