~ubuntu-branches/ubuntu/vivid/lazr.restfulclient/vivid

« back to all changes in this revision

Viewing changes to src/lazr/restfulclient/docs/entries.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2011-08-11 18:30:05 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811183005-8jis8b3q1uhfh32s
Tags: 0.12.0-1
* New upstream release.
* debian/docs:
  - Do not install NEWS.txt, already provided as changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    >>> recipe.is_great
85
85
    Traceback (most recent call last):
86
86
    ...
87
 
    AttributeError: 'Entry' object has no attribute 'is_great'
 
87
    AttributeError: http://cookbooks.dev/1.0/recipes/1 object has no attribute 'is_great'
88
88
 
89
89
The client can set more than one attribute on an entry at a time:
90
90
they'll all be changed when the entry is saved.