cloudservers.rb

Path: lib/cloudservers.rb
Last Update: Tue Feb 21 05:09:38 +0000 2012

Cloud Servers API

Connects Ruby Applications to Rackspace‘s Cloud Servers service

By H. Wade Minter <minter@lunenburg.org>, Mike Mayo <mike.mayo@rackspace.com>, and Dan Prince <dan.prince@rackspace.com>

See COPYING for license information. Copyright (c) 2009, Rackspace US, Inc.


Documentation & Examples

To begin reviewing the available methods and examples, peruse the README.rodc file, or begin by looking at documentation for the CloudServers::Connection class.

The CloudServers class is the base class. Not much of note aside from housekeeping happens here. To create a new CloudServers connection, use the CloudServers::Connection.new(:username => USERNAME, :api_key => API_KEY)

Required files

net/http   net/https   uri   rubygems   json   date   jcode   cloudservers/version   cloudservers/authentication   cloudservers/connection   cloudservers/server   cloudservers/image   cloudservers/flavor   cloudservers/shared_ip_group   cloudservers/exception  

[Validate]