Class: Perka::Model::CustomerDevice

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

Overview

Represents a smartphone device associated with a specific Customer.

Constant Summary collapse

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