Module: XCAPClient
- Defined in:
- lib/xcapclient.rb,
lib/xcapclient/client.rb,
lib/xcapclient/errors.rb,
lib/xcapclient/version.rb,
lib/xcapclient/document.rb,
lib/xcapclient/application.rb
Defined Under Namespace
Modules: GemVersion Classes: Application, ArgumentError, Client, ConfigError, ConnectionError, Document, DocumentError, HTTPAuthenticationError, HTTPBadRequest, HTTPConflictError, HTTPDocumentNotFound, HTTPDocumentNotModified, HTTPError, HTTPForbidden, HTTPNoMatchingETag, HTTPNotImplemented, HTTPServerError, HTTPUnknownError, HTTPWrongContentType, WrongAUID, XCAPClientError, XMLParsingError
Constant Summary collapse
- DIR_LIB =
File.join(File.dirname(__FILE__), 'xcapclient')
- MAJOR =
1
- MINOR =
3
- TINY =
1
- VERSION =
[MAJOR, MINOR, TINY].join('.')
Class Method Summary collapse
Class Method Details
.version ⇒ Object
9 10 11 |
# File 'lib/xcapclient/version.rb', line 9 def self.version VERSION end |