Method: UClassifyQuery#add_text

Defined in:
lib/uclassify_query.rb

#add_text(text) ⇒ Object



8
9
10
11
12
# File 'lib/uclassify_query.rb', line 8

def add_text (text)
  text = UClassifyText.new(text)
  @texts << text
  self
end