Class: Picasa::Photo

Inherits:
Object
  • Object
show all
Defined in:
lib/picasa/photo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#imageObject

Returns the value of attribute image.



3
4
5
# File 'lib/picasa/photo.rb', line 3

def image
  @image
end

#thumbnailsObject

Returns the value of attribute thumbnails.



3
4
5
# File 'lib/picasa/photo.rb', line 3

def thumbnails
  @thumbnails
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/picasa/photo.rb', line 3

def title
  @title
end