Class: RubyCqrs::Validation::AggregateId
- Inherits:
-
Object
- Object
- RubyCqrs::Validation::AggregateId
- Defined in:
- lib/ruby_cqrs/contracts.rb
Class Method Summary collapse
Class Method Details
.valid?(val) ⇒ Boolean
39 40 41 |
# File 'lib/ruby_cqrs/contracts.rb', line 39 def self.valid? val RubyCqrs::Guid.validate? val end |