Class: RubyPicasa::RecentPhotos
- Defined in:
- lib/ruby_picasa/types.rb
Overview
Includes attributes and associations defined on Base and User, plus:
has_many :entries, :Photo, 'entry'
Instance Method Summary collapse
-
#photos ⇒ Object
The current page of recently updated photos associated to the user.
Methods inherited from User
Methods inherited from Base
#feed, #link, #next, #previous, #session, #session=, #thumbnail, #url
Instance Method Details
#photos ⇒ Object
The current page of recently updated photos associated to the user.
175 176 177 |
# File 'lib/ruby_picasa/types.rb', line 175 def photos entries end |