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



52
53
54
# File 'lib/client.rb', line 52

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