class FactoryBot::AttributeAssigner

def hash

def hash
  @evaluator.instance = build_hash
  attributes_to_set_on_hash.each_with_object({}) do |attribute, result|
    result[attribute] = get(attribute)
  end
end