Module: ActiveDomain

Extended by:
ActiveSupport::Autoload
Defined in:
lib/active_domain.rb,
lib/active_domain/server.rb,
lib/active_domain/version.rb,
lib/active_domain/autoload.rb,
lib/active_domain/projection.rb,
app/models/active_domain/event.rb,
lib/active_domain/command_routes.rb,
lib/active_domain/command_processor.rb,
lib/active_domain/projection_registry.rb,
app/models/active_domain/event_repository.rb,
app/models/active_domain/unique_command_id.rb,
app/models/active_domain/unique_command_id_repository.rb

Defined Under Namespace

Modules: Autoload, CommandProcessor, Projection, VERSION Classes: CommandRoutes, Event, EventRepository, ProjectionRegistry, Server, TooManyArgumentsError, UniqueCommandId, UniqueCommandIdRepository

Class Method Summary collapse

Class Method Details

.versionObject

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



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

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