Method: Kintone::Query::Field#>=

Defined in:
lib/kintone/query.rb

#>=(other) ⇒ Object



107
108
109
# File 'lib/kintone/query.rb', line 107

def >=(other)
  save('>=', other.query_format)
end