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