Method: Laximo::Query#options

Defined in:
lib/laximo/query.rb

#options(args = []) ⇒ Object

value_id



79
80
81
82
83
84
85
# File 'lib/laximo/query.rb', line 79

def options(args = [])

  @str              = nil
  @query[:Options]  = args.empty? ? nil : args.join(',')
  self

end