Module: ActiveEvent

Extended by:
ActiveSupport::Autoload
Defined in:
lib/active_event.rb,
lib/active_event/sse.rb,
lib/active_event/domain.rb,
lib/active_event/command.rb,
lib/active_event/version.rb,
lib/active_event/autoload.rb,
lib/active_event/event_type.rb,
lib/active_event/validations.rb,
app/models/active_event/event.rb,
lib/active_event/event_server.rb,
lib/active_event/replay_server.rb,
lib/active_event/event_source_server.rb,
lib/active_event/validations_registry.rb,
app/models/active_event/event_repository.rb

Defined Under Namespace

Modules: Autoload, Command, Domain, EventType, Support, VERSION, Validations Classes: CommandInvalid, DomainException, DomainExceptionCapture, Event, EventRepository, EventServer, EventSourceServer, ProjectionException, ReplayServer, SSE, ValidationsRegistry

Class Method Summary collapse

Class Method Details

.versionObject

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



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

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