Class: Picasa::PicasaSession
- Inherits:
-
Object
- Object
- Picasa::PicasaSession
- Defined in:
- lib/picasa.rb
Instance Attribute Summary collapse
-
#auth_key ⇒ Object
Returns the value of attribute auth_key.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#auth_key ⇒ Object
Returns the value of attribute auth_key.
17 18 19 |
# File 'lib/picasa.rb', line 17 def auth_key @auth_key end |
#user_id ⇒ Object
Returns the value of attribute user_id.
18 19 20 |
# File 'lib/picasa.rb', line 18 def user_id @user_id end |