Class: RubyPicasa::Search
- Defined in:
- lib/ruby_picasa/types.rb
Instance Method Summary collapse
-
#photos(options = {}) ⇒ Object
The current page of photos matching the search.
Methods inherited from Album
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( = {}) super end |