idmodel.id A special property of models, the id is an arbitrary string (integer id or UUID). If you set the id in the
unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change"
pick
destroymodel.destroy([options]) Destroys the model on the server by delegating an HTTP DELETE request to
keys
isEmpty
validatemodel.validate(attributes, options) This method is left undefined and you're encouraged to override it with any custom validation
invert
savemodel.save([attributes], [options]) Save a model to your database (or alternative persistence layer), by delegating to
Page 4 of 4