Class: Picasa::API
- Inherits:
-
Object
- Object
- Picasa::API
- Includes:
- Authenticatable, Connection, Request
- Defined in:
- lib/picasa/api.rb
Direct Known Subclasses
Constant Summary
Constants included from Request
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ API
constructor
Creates a new API.
Methods included from Request
#delete, #get, #multipart_post, #post, #put
Methods included from Authenticatable
Constructor Details
#initialize(options = {}) ⇒ API
Creates a new API
15 16 17 18 19 20 |
# File 'lib/picasa/api.rb', line 15 def initialize(={}) = Picasa..merge() Config::VALID_OPTIONS_KEYS.each do |key| send("#{key}=", [key]) end end |