Method: Kintone::Query::Field#to_s

Defined in:
lib/kintone/query.rb

#to_sObject



133
134
135
# File 'lib/kintone/query.rb', line 133

def to_s
  "#{@code} #{@condition} #{@other}"
end