A Flickr photoset model contains information associated to a
photoset.
Instance Variables | flickr_id | the id of the photoset
(type: int
) |
| secret | the shared secret
(type: unicode
) |
| farm | the Flickr server farm on which the photoset is stored
(type: int
) |
| server | the Flickr server on which the photoset is stored
(type: int
) |
| title | the title associated to the photoset
(type: unicode
) |
| description | a description of the photoset
(type: unicode
) |
| photosnb | number of photos in the set
(type: int
) |
| primary | whether the set is primary(?) or not
(type: int
) |