From phurley at gmail.com Fri May 16 16:38:05 2008 From: phurley at gmail.com (Patrick Hurley) Date: Fri, 16 May 2008 16:38:05 -0400 Subject: [Rubyosa-discuss] Looking for a little direction Message-ID: <554ac39c0805161338s6428a9fcxca6201b65085f548@mail.gmail.com> My goal is create folders, albums, photos and keywords in Aperture. I have the generated rdoc from sdef. I see that the application object has OSA::Aperture::Application#make make(new, at=nil, with_data=nil, with_properties=nil) make(new, :at => nil, :with_data => nil, :with_properties => nil) Create a new object. new: The class of the new object. at: The location at which to insert the object. Optional. Can be passed as a Hash key/value. with_data: The initial contents of the object. Optional. Can be passed as a Hash key/value. with_properties: The initial values for properties of the object. Optional. Can be passed as a Hash key/value. Returns: The new object. Sounds like a good start, but I do not know what values to use for the parameters. Any assistance would be very welcome. Thanks Patrick Hurley