Class: SmartCore::ValueObject

Inherits:
Object
  • Object
show all
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

Since:

  • 0.1.0

Defined Under Namespace

Modules: Interface

Constant Summary collapse

VERSION =

Returns:

  • (String)

Since:

  • 0.1.0

'0.2.0'

Instance Method Summary collapse

Methods included from Interface::Serializable

included

Methods included from Interface::Enumerable

included

Methods included from Interface::Comparable

included

Methods included from Interface::Constructor

included

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