module ActiveFedora::AttributeMethods::Write::ClassMethods

def define_method_attribute=(name)

def define_method_attribute=(name)
  method = WriterMethodCache[name.to_s]
  generated_attribute_methods.module_eval {
    define_method "#{name}=", method
  }
end