class CleverTap::NotConsistentArrayError

Public Instance Methods

message() click to toggle source
# File lib/clever_tap/client.rb, line 5
def message
  'Some elements in the collection are of different type than the others'
end