module Occi::Core

Contains all OCCI-Core-related classes and modules. This module does not provide any additional functionality aside from acting as a wrapped, a namespace-defining mechanism, and versioning wrapper. Please, defer to specific classes and modules within this namespace for details and functionality descriptions.

@example

Occi::Core::VERSION       # => '5.0.0.alpha.1'
Occi::Core::MAJOR_VERSION # => 5
Occi::Core::MINOR_VERSION # => 0
Occi::Core::PATCH_VERSION # => 0
Occi::Core::STAGE_VERSION # => 'alpha.1'

@author Boris Parak <parak@cesnet.cz>

Constants

MAJOR_VERSION
MINOR_VERSION
PATCH_VERSION
STAGE_VERSION
VERSION