Class: Picasa::Album
- Inherits:
-
Object
- Object
- Picasa::Album
- Defined in:
- lib/picasa/album.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#size ⇒ Object
Returns the value of attribute size.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#thumbnail ⇒ Object
Returns the value of attribute thumbnail.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/picasa/album.rb', line 3 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
3 4 5 |
# File 'lib/picasa/album.rb', line 3 def image @image end |
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/picasa/album.rb', line 3 def size @size end |
#summary ⇒ Object
Returns the value of attribute summary.
3 4 5 |
# File 'lib/picasa/album.rb', line 3 def summary @summary end |
#thumbnail ⇒ Object
Returns the value of attribute thumbnail.
3 4 5 |
# File 'lib/picasa/album.rb', line 3 def thumbnail @thumbnail end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/picasa/album.rb', line 3 def title @title end |