Class: Perka::Model::BaseEntityGlobal
- Inherits:
-
Flatpack::Core::BaseHasUuid
- Object
- Flatpack::Core::BaseHasUuid
- Perka::Model::BaseEntityGlobal
- Defined in:
- lib/perka/model/base_entity_global.rb
Overview
Provides random uuid generation
Direct Known Subclasses
AbstractUser, Coupon, CouponCampaign, CouponRedemption, CouponTarget, CouponVisibility, CustomerDevice, EntityAnnotation, FeedbackItem, Merchant, MerchantCapability, MerchantDevice, MerchantLocation, OutboundMessage, PointsActivity, PointsCatalogItem, Program, ProgramTier, ProgramType, Reward, RewardAdvancement, SmsMessage, SocialServiceSubscription, TierTraversal, Visit
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 ]