Class: Google::Picasa::Thumbnail
- Inherits:
-
Object
- Object
- Google::Picasa::Thumbnail
- Defined in:
- lib/google-picasa.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#url ⇒ Object
Returns the value of attribute url.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
562 563 564 |
# File 'lib/google-picasa.rb', line 562 def height @height end |
#url ⇒ Object
Returns the value of attribute url.
562 563 564 |
# File 'lib/google-picasa.rb', line 562 def url @url end |
#width ⇒ Object
Returns the value of attribute width.
562 563 564 |
# File 'lib/google-picasa.rb', line 562 def width @width end |