Class: RubyPicasa::User
- Defined in:
- lib/ruby_picasa/types.rb
Overview
Includes attributes and associations defined on Base, plus:
attributes :total_results, # represents total number of albums
:start_index,
:items_per_page,
:thumbnail
has_many :entries, :Album, 'entry'
Direct Known Subclasses
Instance Method Summary collapse
-
#albums ⇒ Object
The current page of albums associated to the user.
Methods inherited from Base
#feed, #link, #next, #previous, #session, #session=, #thumbnail, #url
Instance Method Details
#albums ⇒ Object
The current page of albums associated to the user.
162 163 164 |
# File 'lib/ruby_picasa/types.rb', line 162 def albums entries end |