module ActiveFedora::AttributeMethods::Read::ClassMethods

def define_method_attribute(name)

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