escapemodel.escape(attribute) Similar to get, but returns
validationErrormodel.validationError The value returned by validate
getmodel.get(attribute) Get the current value of an attribute from the model. For example: note.get("title")
fetchmodel.fetch([options]) Merges the model's state with attributes fetched from the server by delegating to
toJSONmodel.toJSON([options]) Return a shallow copy of the model's
values
parsemodel.parse(response, options) parse is called whenever a model's data is returned by the server, in
setmodel.set(attributes, [options]) Set a hash of attributes (one or many) on the model. If any of the attributes change the model's
unsetmodel.unset(attribute, [options]) Remove an attribute by deleting it from the internal attributes hash. Fires a "change"
chain
Page 3 of 4