Class: Perka::Model::CompositeTarget

Inherits:
CouponTarget show all
Defined in:
lib/perka/model/composite_target.rb

Overview

A <entityReference payloadName=‘couponTarget’> CouponTarget</entityReference> that acts as a union or intersection of other <entityReference payloadName=‘couponTarget’> CouponTarget</entityReference> objects.

Constant Summary collapse

PROPERTY_NAMES =
[
  :operation,
  :children
]

Constants inherited from CouponTarget

Perka::Model::CouponTarget::TYPE_MAP