RubyGems Navigation menu

valuables 0.2.0

Sometimes, your objects are only data and no behaviour. These are value objects, and they are defined by their _contents_. These objects are immutable, so it is safe to let them propagate throughout the system. Being immutable, value objects cannot be modified; their contents are set once on initialisation. Also, being identified by their contents, two entities with the same contents are considered equal.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.5.0 - August 04, 2015 (9.5 KB)
  2. 0.4.0 - July 31, 2015 (9.5 KB)
  3. 0.3.0 - July 30, 2015 (9 KB)
  4. 0.2.0 - July 13, 2015 (9 KB)
  5. 0.1.0 - July 10, 2015 (9 KB)

Development Dependencies (3):

bundler ~> 1.10
minitest >= 0
rake ~> 10.0

Owners:

Authors:

  • Arjan van der Gaag

SHA 256 checksum:

9a8580a8605e62c9c218f3d53514c9469527948834e585c162efab004d260bb6

Total downloads 128,782

For this version 2,075

License:

MIT

Required Ruby Version: >= 0

Links: