Class: SmartCore::ValueObject
- Inherits:
-
Object
- Object
- SmartCore::ValueObject
- Includes:
- Interface::Comparable, Interface::Constructor, Interface::Enumerable, Interface::Serializable
- Defined in:
- lib/smart_core/value_object.rb,
lib/smart_core/value_object/version.rb
Overview
rubocop:disable Style/StaticClass
Defined Under Namespace
Modules: Interface
Constant Summary collapse
- VERSION =
'0.2.0'
Instance Method Summary collapse
Methods included from Interface::Serializable
Methods included from Interface::Enumerable
Methods included from Interface::Comparable
Methods included from Interface::Constructor
Instance Method Details
#<=>(another_object) ⇒ Object
|
# File 'lib/smart_core/value_object.rb', line 23
|
#each(&block) ⇒ Object
|
# File 'lib/smart_core/value_object.rb', line 23
|
#eql?(another_object) ⇒ Object
|
# File 'lib/smart_core/value_object.rb', line 23
|