# File lib/rubyrep/syncers/two_way_syncer.rb, line 100
      def initialize(sync_helper)
        validate_left_right_record_handling_option sync_helper.sync_options[:left_record_handling]
        validate_left_right_record_handling_option sync_helper.sync_options[:right_record_handling]
        validate_conflict_handling_option sync_helper.sync_options[:sync_conflict_handling]
        validate_logging_options sync_helper.sync_options[:logged_sync_events]
        
        self.sync_helper = sync_helper
      end