Method: Laximo::Query#operation

Defined in:
lib/laximo/query.rb

#operation(v = nil) ⇒ Object

catalog



37
38
39
40
41
42
43
# File 'lib/laximo/query.rb', line 37

def operation(v = nil)

  @str                = nil
  @query[:operation]  = escape(v)
  self

end