Module: SimpleStack

Defined in:
lib/simple_stack.rb,
lib/simple_stack/guest.rb,
lib/simple_stack/entity.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

Defined Under Namespace

Modules: Cacheable Classes: Collection, Connection, Entity, EntityNotFound, Exception, GracefulObject, Guest, Hypervisor, HypervisorError, NotImplemented, Snapshot

Constant Summary collapse

VERSION =
"0.0.14"

Class Method Summary collapse

Class Method Details

.clientObject



15
16
17
# File 'lib/simple_stack.rb', line 15

def self.client
  HTTParty
end