Module CouchRest::Model::Properties::ClassMethods
In: lib/couchrest/model/properties.rb

Methods

Public Instance methods

Automatically set updated_at and created_at fields on the document whenever saving occurs.

These properties are casted as Time objects, so they should always be set to UTC.

Protected Instance methods

defines the getter for the property (and optional aliases)

defines the setter for the property (and optional aliases)

This is not a thread safe operation, if you have to set new properties at runtime make sure a mutex is used.

[Validate]