Class: Concord

Inherits:
Module
  • Object
show all
Includes:
Adamantium::Flat
Defined in:
lib/concord.rb

Overview

A mixin to define a composition

Direct Known Subclasses

Public

Defined Under Namespace

Classes: Public

Constant Summary collapse

MAX_NR_OF_OBJECTS =

The maximum number of objects the hosting class is composed of

3

Instance Attribute Summary collapse

Instance Attribute Details

#namesEnumerable<Symbol> (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return names

Returns:

  • (Enumerable<Symbol>)


17
18
19
# File 'lib/concord.rb', line 17

def names
  @names
end