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