Top Level Namespace

Defined Under Namespace

Modules: CloudFiles Classes: AuthenticationException, CDNNotEnabledException, ChunkedConnectionWrapper, ClientException, ConnectionException, ExpiredAuthTokenException, IOException, InvalidResponseException, MisMatchedChecksumException, NoSuchAccountException, NoSuchContainerException, NoSuchObjectException, NonEmptyContainerException, ObjectExistsException, Query, SwiftClient, SyntaxException

Instance Method Summary collapse

Instance Method Details

#quote(value) ⇒ Object



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

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