Class: CleverTap::Profile

Inherits:
Entity
  • Object
show all
Defined in:
lib/clever_tap/profile.rb

Constant Summary collapse

DATA_STRING =
'profileData'.freeze
TYPE_VALUE_STRING =
'profile'.freeze
UPLOAD_LIMIT =
100

Constants inherited from Entity

Entity::ALLOWED_IDENTITIES, Entity::IDENTITY_STRING, Entity::TIMESTAMP_STRING, Entity::TYPE_KEY_STRING

Method Summary

Methods inherited from Entity

all_same_type?, #initialize, #to_h, upload_limit

Constructor Details

This class inherits a constructor from CleverTap::Entity