attributesmodel.attributes The attributes property is the internal hash containing the model's state â usually (but not
unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change"
chain
invert
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
savemodel.save([attributes], [options]) Save a model to your database (or alternative persistence layer), by delegating to
Page 4 of 4