module ActiveFedora::Attributes
def attributes
def attributes attribute_names.each_with_object("id" => id) { |key, hash| hash[key] = self[key] } end
def attributes attribute_names.each_with_object("id" => id) { |key, hash| hash[key] = self[key] } end