Class: Perka::Model::SocialServiceSubscription

Inherits:
BaseEntityGlobal
  • Object
show all
Defined in:
lib/perka/model/social_service_subscription.rb

Overview

Represents a customer’s preference to have a specific social event posted to a specific social backend.

Constant Summary collapse

PROPERTY_NAMES =
[
  :customer,
  :social_action,
  :social_service
]
TYPE_MAP =
{
  :customer => Perka::Model::Customer
}