Class: RubyCqrs::Validation::TypeOfEvent
- Inherits:
-
Object
- Object
- RubyCqrs::Validation::TypeOfEvent
- Defined in:
- lib/ruby_cqrs/contracts.rb
Class Method Summary collapse
Class Method Details
.valid?(val) ⇒ Boolean
21 22 23 |
# File 'lib/ruby_cqrs/contracts.rb', line 21 def self.valid? val val < RubyCqrs::Domain::Event end |