Module: SimpleStack

Defined in:
lib/simple_stack.rb,
lib/simple_stack/disk.rb,
lib/simple_stack/host.rb,
lib/simple_stack/guest.rb,
lib/simple_stack/entity.rb,
lib/simple_stack/network.rb,
lib/simple_stack/storage.rb,
lib/simple_stack/version.rb,
lib/simple_stack/snapshot.rb,
lib/simple_stack/cacheable.rb,
lib/simple_stack/exception.rb,
lib/simple_stack/collection.rb,
lib/simple_stack/connection.rb,
lib/simple_stack/hypervisor.rb,
lib/simple_stack/network_interface.rb

Defined Under Namespace

Modules: Cacheable Classes: Collection, Connection, Disk, Entity, EntityNotFound, Exception, GracefulObject, Guest, Host, Hypervisor, HypervisorError, Network, NetworkInterface, NotImplemented, Snapshot, Storage

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.clientObject



20
21
22
# File 'lib/simple_stack.rb', line 20

def self.client
  HTTParty
end