Method: CouchbaseOrm::Persistence#destroyed?

Defined in:
lib/couchbase-orm/persistence.rb

#destroyed?Boolean

Returns true if this object has been destroyed, otherwise returns false.

Returns:



71
72
73
# File 'lib/couchbase-orm/persistence.rb', line 71

def destroyed?
    @destroyed ||= false
end