lib/dynamoid/criteria/nonexistent_fields_detector.rb in dynamoid-3.5.0 vs lib/dynamoid/criteria/nonexistent_fields_detector.rb in dynamoid-3.6.0

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true module Dynamoid module Criteria + # @private class NonexistentFieldsDetector def initialize(conditions, source) @conditions = conditions @source = source @nonexistent_fields = nonexistent_fields