Class: Perka::Model::EntityDescription

Inherits:
Flatpack::Core::BaseHasUuid
  • Object
show all
Defined in:
lib/perka/model/entity_description.rb

Overview

A description of an entity type.

Constant Summary collapse

PROPERTY_NAMES =
[

  # Indicates that instance of the the type may be persisted by the server. 
  # This hint can be used to reduce payload sizes by transmitting only mutated 
  # properties.
  :persistent,
  :doc_string,
  :supertype,
  :properties,
  :type_name
]
TYPE_MAP =
{
  :supertype => Perka::Model::EntityDescription
}