Module: ActiveProjection

Extended by:
ActiveSupport::Autoload
Defined in:
lib/active_projection.rb,
lib/active_projection/server.rb,
lib/active_projection/railtie.rb,
lib/active_projection/version.rb,
lib/active_projection/autoload.rb,
lib/active_projection/event_client.rb,
lib/active_projection/projection_type.rb,
app/models/active_projection/projection.rb,
lib/active_projection/projection_type_registry.rb,
app/models/active_projection/projection_repository.rb,
app/models/active_projection/cached_projection_repository.rb

Defined Under Namespace

Modules: Autoload, ProjectionType, VERSION Classes: CachedProjectionRepository, EventClient, Projection, ProjectionRepository, ProjectionTypeRegistry, Railtie, Server

Class Method Summary collapse

Class Method Details

.versionObject

Returns the version of the currently loaded ActiveProjection as a Gem::Version



3
4
5
# File 'lib/active_projection/version.rb', line 3

def self.version
  Gem::Version.new '0.5.2'
end