module ActiveFedora::Persistence

def destroyed?

Returns true if this object has been destroyed, otherwise returns false.
def destroyed?
  @destroyed
end