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=, #tb, #thumbnail, #url
Instance Method Details
#photos(options = {}) ⇒ Object
The current page of photos matching the search.
250 251 252 |
# File 'lib/ruby_picasa/types.rb', line 250 def photos( = {}) super end |