class CleverTap::MissingIdentityError

Public Instance Methods

message() click to toggle source
# File lib/clever_tap/entity.rb, line 9
def message
  "Couldn'n find `identity` in CleverTap.config or `data`"
end