Class: RubyPicasa::Search

Inherits:
Album
  • Object
show all
Defined in:
lib/ruby_picasa/types.rb

Instance Method Summary collapse

Methods inherited from Album

#private?, #public?

Methods inherited from Base

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

Instance Method Details

#photos(options = {}) ⇒ Object

The current page of photos matching the search.



237
238
239
# File 'lib/ruby_picasa/types.rb', line 237

def photos(options = {})
  super
end