Class: RubyPicasa::User

Inherits:
Base
  • Object
show all
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

RecentPhotos

Instance Method Summary collapse

Methods inherited from Base

#feed, #link, #next, #previous, #session, #session=, #thumbnail, #url

Instance Method Details

#albumsObject

The current page of albums associated to the user.



162
163
164
# File 'lib/ruby_picasa/types.rb', line 162

def albums
  entries
end