syncmodel.sync(method, model, [options]) Uses Backbone.sync
fetchmodel.fetch([options]) Merges the model's state with attributes fetched from the server by delegating to
values
getmodel.get(attribute) Get the current value of an attribute from the model. For example: note.get("title")
validationErrormodel.validationError The value returned by validate
setmodel.set(attributes, [options]) Set a hash of attributes (one or many) on the model. If any of the attributes change the model's
parsemodel.parse(response, options) parse is called whenever a model's data is returned by the server, in
toJSONmodel.toJSON([options]) Return a shallow copy of the model's
chain
attributesmodel.attributes The attributes property is the internal hash containing the model's state â usually (but not
Page 3 of 4