Module: Virtus::ValueObject
- Defined in:
- lib/virtus/value_object.rb
Overview
Include this Module for Value Object semantics
The idea is that instances should be immutable and compared based on state
(rather than identity, as is typically the case)
Defined Under Namespace
Modules: AllowedWriterMethods, ClassMethods, InstanceMethods