Top Level Namespace

Defined Under Namespace

Modules: Fog, Libvirt, VirtualBox, Vmfusion Classes: AWS, Bluebox, Brightbox, ChunkedConnectionWrapper, ClientException, DNSMadeEasy, DNSimple, Dynect, Ecloud, Glesys, GoGrid, Google, IPAddr, Linode, Local, NewServers, Ninefold, OpenStack, Query, Rackspace, Slicehost, StormOnDemand, SwiftClient, Terremark, Vcloud, Voxel, Vsphere, Zerigo

Constant Summary collapse

CDN =

FIXME: hacks until we can ‘include Fog` in bin

Fog::CDN
Compute =
Fog::Compute
DNS =
Fog::DNS
Storage =
Fog::Storage

Instance Method Summary collapse

Instance Method Details

#quote(value) ⇒ Object



55
56
57
# File 'lib/fog/rackspace/client.rb', line 55

def quote(value)
  URI.encode(value)
end