Class: Picasa::Album

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#imageObject

Returns the value of attribute image.



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

def image
  @image
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end

#summaryObject

Returns the value of attribute summary.



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

def summary
  @summary
end

#thumbnailObject

Returns the value of attribute thumbnail.



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

def thumbnail
  @thumbnail
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end