Method: Kintone::Query::Field#not_like

Defined in:
lib/kintone/query.rb

#not_like(other) ⇒ Object



129
130
131
# File 'lib/kintone/query.rb', line 129

def not_like(other)
  save('not like', other.query_format)
end