Sha256: cd293be0fe9fefd3257184e7767bbfc06765745cb8bfd5f141b2f6931af7224b
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
require "ruby_simple_search/errors" module RubySimpleSearch module Error ATTRIBUTES_MISSING = "Simple search attributes are missing" INVALID_TYPE = "Extended query is not an array type" INVALID_CONDITION = "Extended query's array conditions are wrong" INVALID_PATTERN = "Pattern is wrong. it should be in the list #{RubySimpleSearch::LIKE_PATTERNS.keys}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_simple_search-0.0.2 | lib/ruby_simple_search/errors.rb |