Module: Amorail::Elementable

Extended by:
ActiveSupport::Concern
Included in:
Note, Task
Defined in:
lib/amorail/entities/elementable.rb

Overview

Provides common functionallity for entities that can be attached to another objects.

Constant Summary collapse

ELEMENT_TYPES =
{
  contact: 1,
  lead: 2,
  company: 3,
  task: 4
}.freeze