Class: Perka::Model::BaseEntityGlobal

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

Overview

Provides random uuid generation

Constant Summary collapse

PROPERTY_NAMES =
[

  # Returns the time at which the entity was first persisted to the Perka 
  # database.
  :created_at,

  # Returns the last time at which an update to the entity was persisted to 
  # the database. This property will be null for entities that have never 
  # been mutated since originally being persisted.
  :updated_at
]